diff --git a/sensor/weather.yaml b/sensor/weather.yaml index 3177a411..d3b6c0c8 100755 --- a/sensor/weather.yaml +++ b/sensor/weather.yaml @@ -1,28 +1,30 @@ -- platform: darksky - api_key: !secret forecast_key - - monitored_conditions: -# - summary -# - precip_type - - precip_intensity - - temperature -# - dew_point -# - wind_speed -# - wind_bearing - - cloud_cover - - humidity -# - nearest_storm_distance - - minutely_summary -# - pressure -# - visibility -# - ozone - -- platform: nest - monitored_conditions: -# - 'temperature' -# - 'target' - - 'humidity' -# - 'operation_mode' -# - 'last_connection' -# - 'co_status' -# - 'smoke_status' \ No newline at end of file +- platform: darksky + api_key: !secret forecast_key + + monitored_conditions: +# - summary +# - precip_type + - precip_intensity + - temperature +# - dew_point +# - wind_speed +# - wind_bearing + - cloud_cover + - humidity +# - nearest_storm_distance + - minutely_summary +# - pressure +# - visibility +# - ozone + +- platform: nest + monitored_conditions: +# - 'temperature' +# - 'target' + - 'humidity' +# - 'operation_mode' +# - 'last_connection' +# - 'co_status' +# - 'smoke_status' + +- platform: moon \ No newline at end of file