New Words.
This commit is contained in:
parent
7db9fc4e9d
commit
e5a1861815
|
@ -32,7 +32,7 @@ automation:
|
||||||
- service: script.notify_engine
|
- service: script.notify_engine
|
||||||
data_template:
|
data_template:
|
||||||
title: 'Check Fridge'
|
title: 'Check Fridge'
|
||||||
value1: "Please check the fridge, the temperature has been {{ states('sensor.blink_blink1_temperature') }} for about 20 minutes."
|
value1: "Please check the fridge, the temperature has been {{ states('sensor.blink_blink1_temperature') }} degrees for at least 20 minutes."
|
||||||
who: 'family'
|
who: 'family'
|
||||||
apns_id: 'information'
|
apns_id: 'information'
|
||||||
|
|
||||||
|
@ -42,8 +42,8 @@ automation:
|
||||||
data_template:
|
data_template:
|
||||||
value1: >
|
value1: >
|
||||||
{{ [
|
{{ [
|
||||||
"Please check the fridge, the temperature has been {{ states('sensor.blink_blink1_temperature') }} for about 20 minutes."
|
"Please check the fridge, the temperature has been {{ states('sensor.blink_blink1_temperature') }} degrees for at least 20 minutes."
|
||||||
] | random }}
|
] | random }}
|
||||||
|
|
||||||
- delay: 00:10:00
|
- delay: 00:30:00
|
||||||
- event: event_fridge_still_hot_loop
|
- event: event_fridge_still_hot_loop
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Loading…
Reference in New Issue