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.
28 lines
782 B
28 lines
782 B
###################################################
|
|
## * [Nest Thermostats](http://amzn.to/2eAhB1k)
|
|
# @CCOSTAN
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
###################################################
|
|
|
|
- platform: nest
|
|
monitored_conditions:
|
|
# - 'temperature'
|
|
# - 'target'
|
|
- 'humidity'
|
|
# - 'operation_mode'
|
|
# - 'last_connection'
|
|
# - 'co_status'
|
|
# - 'smoke_status'
|
|
|
|
- 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') }}"
|