2018-01-01 19:00:45 -05:00
######################################################################
## Announce when one of the nests kick in
## Announce over all Chromecast Audios
######################################################################
- alias : 'Nest Status'
2020-07-20 19:33:03 +01:00
id : 7812fdaf-a3f8-498b-8f07-28e977e528fe
2018-01-01 19:00:45 -05:00
trigger :
- platform : state
entity_id :
2024-09-25 18:15:57 +00:00
- climate.downstairs
- climate.upstairs
2018-01-01 19:00:45 -05:00
from : 'off'
action :
- service : script.speech_engine
2020-09-26 10:52:45 -04:00
data :
2018-01-01 19:00:45 -05:00
NestStatus : "The {{ trigger.entity_id.split('.')[1].split('_')[0]}} {{ trigger.entity_id.split('.')[1].split('_')[1]}} has now been turned on for {{(trigger.to_state.state)}}."
call_window_check : 1
2025-06-10 15:42:09 -04:00
- alias : 'Prevent Upstairs Nest Below 76'
id : 7812fdaf-a3f8-498b-8f07-28e977e528ff
trigger :
- platform : numeric_state
entity_id : climate.upstairs
attribute : temperature
below : 76
action :
- delay :
minutes : 3
- service : climate.set_temperature
data :
entity_id : climate.upstairs
temperature : 77