mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
Update Nest automations to go local.
This commit is contained in:
11
sensor/nest.yaml
Executable file
11
sensor/nest.yaml
Executable file
@@ -0,0 +1,11 @@
|
||||
- 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') }}"
|
Reference in New Issue
Block a user