]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Disabled weather sensor
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 24 Sep 2020 14:41:17 +0000 (16:41 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 24 Sep 2020 14:41:17 +0000 (16:41 +0200)
sensor/weather.yaml [deleted file]
sensor/weather.yaml.disabled [new file with mode: 0644]

diff --git a/sensor/weather.yaml b/sensor/weather.yaml
deleted file mode 100644 (file)
index d665511..0000000
+++ /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 (file)
index 0000000..d665511
--- /dev/null
@@ -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