You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
366 B
11 lines
366 B
- platform: template
|
|
sensors:
|
|
upstairs_away_mode:
|
|
entity_id: climate.upstairs
|
|
value_template: "{{ is_state_attr('climate.upstairs', 'away_mode', 'on') }}"
|
|
|
|
- platform: template
|
|
sensors:
|
|
upstairs_away_mode:
|
|
entity_id: climate.downstairs
|
|
value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}" |