2017-02-11 05:50:53 +00:00
######################################################################
## Announce when one of the nests kick in
2017-04-13 17:10:05 +00:00
## Announce over all Chromecast Audios
2017-02-11 05:50:53 +00:00
######################################################################
- alias : 'Nest Status'
2017-04-13 17:10:05 +00:00
2017-02-11 05:50:53 +00:00
trigger :
2017-04-13 17:10:05 +00:00
2017-02-11 05:50:53 +00:00
- platform : state
entity_id :
- sensor.downstairs_thermostat_hvac_state
- sensor.upstairs_thermostat_hvac_state
from : 'off'
action :
- service : script.Voice_notify
data_template :
2017-04-13 17:10:05 +00: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)}}."