Cleaing Up old Nest entities and integrations.

This commit is contained in:
ccostan
2020-06-21 13:43:35 -04:00
parent 10cc73ce8d
commit 4166b5229f
4 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,27 @@
###################################################
## * [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: []
# value_template: "{{ is_state_attr('climate.upstairs', 'away_mode', 'on') }}"
#
# - platform: template
# sensors:
# downstairs_away_mode:
# entity_id: []
# value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"