From bb21ef7025599f4d3680fbbfd5be4e332b6d3dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 30 Oct 2019 13:52:49 +0100 Subject: [PATCH] Updates for new ios app --- packages/reminders.yaml | 2 +- packages/security.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/reminders.yaml b/packages/reminders.yaml index af035ec..e827483 100644 --- a/packages/reminders.yaml +++ b/packages/reminders.yaml @@ -45,7 +45,7 @@ automation: for: minutes: 5 action: - - service: notify.ios_thomas_iphone + - service: notify.mobile_app_thomas_iphone data: title: "Fikadax!" message: "Kaffet är färdigt!" diff --git a/packages/security.yaml b/packages/security.yaml index a3a5287..535d020 100644 --- a/packages/security.yaml +++ b/packages/security.yaml @@ -38,7 +38,7 @@ sensor: - platform: mold_indicator indoor_temp_sensor: sensor.tygvind_temp indoor_humidity_sensor: sensor.tygvind_humidity - outdoor_temp_sensor: sensor.elmatare_0 + outdoor_temp_sensor: sensor.utomhus_temp calibration_factor: 3.0 # 2019-06-11 22:45 @@ -58,7 +58,7 @@ automation: entity_id: binary_sensor.home_occupied state: 'off' action: - - service: notify.ios_thomas_iphone + - service: notify.mobile_app_thomas_iphone data: title: "LARM!" message: "En dörr öppnades!" @@ -68,7 +68,7 @@ automation: entity_id: binary_sensor.koket_vatten to: 'on' action: - - service: notify.ios_thomas_iphone + - service: notify.mobile_app_thomas_iphone data: title: "LARM!" message: "Blött i köksskåpet!" @@ -80,7 +80,7 @@ automation: for: hours: 1 action: - - service: notify.ios_thomas_iphone + - service: notify.mobile_app_thomas_iphone data_template: title: "LARM!" message: "Hög mögelrisk på vinden! {{ states('sensor.mold_indicator') }}%"