mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-28 00:51:38 +00:00
Massive Migration! #292
This commit is contained in:
15
sensor/nest.yaml
Executable file
15
sensor/nest.yaml
Executable file
@@ -0,0 +1,15 @@
|
||||
###################################################
|
||||
## * [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') }}"
|
Reference in New Issue
Block a user