Support this repo by using the amazon affiliate links please. Thanks.

This commit is contained in:
CCOSTAN
2017-01-16 17:14:29 +00:00
parent be4fa059b2
commit c25baddf4e
17 changed files with 319 additions and 290 deletions

View File

@@ -1,11 +1,15 @@
- platform: template
sensors:
upstairs_away_mode:
entity_id: climate.upstairs
value_template: "{{ is_state_attr('climate.upstairs', 'away_mode', 'on') }}"
- platform: template
sensors:
downstairs_away_mode:
entity_id: climate.downstairs
###################################################
## * [Nest Thermostats](http://amzn.to/2eAhB1k)
###################################################
- platform: template
sensors:
upstairs_away_mode:
entity_id: climate.upstairs
value_template: "{{ is_state_attr('climate.upstairs', 'away_mode', 'on') }}"
- platform: template
sensors:
downstairs_away_mode:
entity_id: climate.downstairs
value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"