From 8522d5b336108703898b8986685d74bd83c12433 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Wed, 12 Oct 2016 16:32:24 +0000 Subject: [PATCH] Change the Nest Humidity Views --- group/weather.yaml | 2 ++ sensor/weather.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/group/weather.yaml b/group/weather.yaml index 99233e44..a510c5cc 100755 --- a/group/weather.yaml +++ b/group/weather.yaml @@ -1,7 +1,9 @@ Weather: entities: - climate.downstairs + - sensor.downstairs_humidity - climate.upstairs + - sensor.upstairs_humidity - sensor.dark_sky_summary - sensor.dark_sky_precip_intensity - sensor.dark_sky_humidity diff --git a/sensor/weather.yaml b/sensor/weather.yaml index f9da6620..53ab7cdd 100755 --- a/sensor/weather.yaml +++ b/sensor/weather.yaml @@ -17,10 +17,10 @@ - platform: nest monitored_conditions: - - 'temperature' - - 'target' +# - 'temperature' +# - 'target' - 'humidity' - - 'operation_mode' - - 'last_connection' - - 'co_status' - - 'smoke_status' \ No newline at end of file +# - 'operation_mode' +# - 'last_connection' +# - 'co_status' +# - 'smoke_status' \ No newline at end of file