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