mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 09:58:17 +00:00
11 lines
366 B
YAML
11 lines
366 B
YAML
|
|
- 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') }}"
|