From 0bb6a1a3599af52ea813702078fca9d3eea19775 Mon Sep 17 00:00:00 2001 From: ccostan Date: Sat, 6 Jan 2018 13:41:03 -0500 Subject: [PATCH] Consolidate Nest Platform stuff. --- sensor/nest.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sensor/nest.yaml b/sensor/nest.yaml index ca94582b..78b9f13f 100755 --- a/sensor/nest.yaml +++ b/sensor/nest.yaml @@ -1,7 +1,19 @@ ################################################### ## * [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: @@ -12,4 +24,4 @@ sensors: downstairs_away_mode: entity_id: climate.downstairs - value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}" \ No newline at end of file + value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"