Updates for new ios app

This commit is contained in:
Thomas Lovén 2019-10-30 13:52:49 +01:00
parent 50273668d8
commit bb21ef7025
2 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ automation:
for: for:
minutes: 5 minutes: 5
action: action:
- service: notify.ios_thomas_iphone - service: notify.mobile_app_thomas_iphone
data: data:
title: "Fikadax!" title: "Fikadax!"
message: "Kaffet är färdigt!" message: "Kaffet är färdigt!"

View File

@ -38,7 +38,7 @@ sensor:
- platform: mold_indicator - platform: mold_indicator
indoor_temp_sensor: sensor.tygvind_temp indoor_temp_sensor: sensor.tygvind_temp
indoor_humidity_sensor: sensor.tygvind_humidity indoor_humidity_sensor: sensor.tygvind_humidity
outdoor_temp_sensor: sensor.elmatare_0 outdoor_temp_sensor: sensor.utomhus_temp
calibration_factor: 3.0 calibration_factor: 3.0
# 2019-06-11 22:45 # 2019-06-11 22:45
@ -58,7 +58,7 @@ automation:
entity_id: binary_sensor.home_occupied entity_id: binary_sensor.home_occupied
state: 'off' state: 'off'
action: action:
- service: notify.ios_thomas_iphone - service: notify.mobile_app_thomas_iphone
data: data:
title: "LARM!" title: "LARM!"
message: "En dörr öppnades!" message: "En dörr öppnades!"
@ -68,7 +68,7 @@ automation:
entity_id: binary_sensor.koket_vatten entity_id: binary_sensor.koket_vatten
to: 'on' to: 'on'
action: action:
- service: notify.ios_thomas_iphone - service: notify.mobile_app_thomas_iphone
data: data:
title: "LARM!" title: "LARM!"
message: "Blött i köksskåpet!" message: "Blött i köksskåpet!"
@ -80,7 +80,7 @@ automation:
for: for:
hours: 1 hours: 1
action: action:
- service: notify.ios_thomas_iphone - service: notify.mobile_app_thomas_iphone
data_template: data_template:
title: "LARM!" title: "LARM!"
message: "Hög mögelrisk på vinden! {{ states('sensor.mold_indicator') }}%" message: "Hög mögelrisk på vinden! {{ states('sensor.mold_indicator') }}%"