From: Giorgio Ravera Date: Thu, 24 Sep 2020 14:41:17 +0000 (+0200) Subject: Disabled weather sensor X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=d89d897c7764ab4bf0a68b19ca3207fadf5a335d;p=homeassistant.git Disabled weather sensor --- diff --git a/sensor/weather.yaml b/sensor/weather.yaml deleted file mode 100644 index d6655115..00000000 --- a/sensor/weather.yaml +++ /dev/null @@ -1,50 +0,0 @@ -###################################################################### -# Weather Sensor -###################################################################### - -- platform: yr - -#- platform: openweathermap -# api_key: !secret openweathermap_key -# forecast: 1 -# latitude: !secret home_latitude -# longitude: !secret home_longitude -# language: it -# monitored_conditions: -# - weather -# - temperature -# - humidity -# - wind_speed -# - pressure -# - rain -# - snow -# - clouds - -#- platform: darksky -# api_key: !secret darksky_key -# forecast: -# - 0 -# language: it -# latitude: !secret home_latitude -# longitude: !secret home_longitude -# monitored_conditions: -# - summary -# - icon -# - precip_type -# - precip_intensity -# - precip_probability -# - temperature -# - dew_point -# - wind_speed -# - cloud_cover -# - humidity -# - pressure -# - visibility -# - minutely_summary -# - hourly_summary -# - daily_summary -# - temperature_high -# - temperature_low -# - uv_index -# units: si -# scan_interval: 02:00 diff --git a/sensor/weather.yaml.disabled b/sensor/weather.yaml.disabled new file mode 100644 index 00000000..d6655115 --- /dev/null +++ b/sensor/weather.yaml.disabled @@ -0,0 +1,50 @@ +###################################################################### +# Weather Sensor +###################################################################### + +- platform: yr + +#- platform: openweathermap +# api_key: !secret openweathermap_key +# forecast: 1 +# latitude: !secret home_latitude +# longitude: !secret home_longitude +# language: it +# monitored_conditions: +# - weather +# - temperature +# - humidity +# - wind_speed +# - pressure +# - rain +# - snow +# - clouds + +#- platform: darksky +# api_key: !secret darksky_key +# forecast: +# - 0 +# language: it +# latitude: !secret home_latitude +# longitude: !secret home_longitude +# monitored_conditions: +# - summary +# - icon +# - precip_type +# - precip_intensity +# - precip_probability +# - temperature +# - dew_point +# - wind_speed +# - cloud_cover +# - humidity +# - pressure +# - visibility +# - minutely_summary +# - hourly_summary +# - daily_summary +# - temperature_high +# - temperature_low +# - uv_index +# units: si +# scan_interval: 02:00