mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-19 07:47:27 +00:00
11 lines
368 B
YAML
Executable File
11 lines
368 B
YAML
Executable File
- 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') }}" |