11 lines
368 B
YAML
Raw Normal View History

2016-10-13 16:07:27 +00:00
- platform: template
sensors:
upstairs_away_mode:
entity_id: climate.upstairs
value_template: "{{ is_state_attr('climate.upstairs', 'away_mode', 'on') }}"
- platform: template
sensors:
2016-10-13 17:59:54 +00:00
downstairs_away_mode:
2016-10-13 16:07:27 +00:00
entity_id: climate.downstairs
value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"