]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Moved pirate weather to UI
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 9 Jan 2023 23:01:10 +0000 (00:01 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 9 Jan 2023 23:01:10 +0000 (00:01 +0100)
README.md
components/weather.yaml [deleted file]
configuration.yaml

index c02e03b847c805a32b997a6176bc9bd7892e32d0..4047396086b23d5b08440f36db07cd6880c869c6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ My server is an Intel NUC (NUC10i5FNH) with [Proxmox Virtual Environment](https:
   * Mercedes Me
   * MQTT
   * Netatmo (rename select.casa_ravera_testa to select.netatmo_casa_ravera_testa and assign names to all devices)
+  * Pirate Weather
   * Shelly Devices (with the exception of Shelly Bulb) enabling firmware update sensor
   * Sony Bravia
   * SpeedTest
diff --git a/components/weather.yaml b/components/weather.yaml
deleted file mode 100644 (file)
index fc1bed2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-######################################################################
-# Component: Dark Sky
-######################################################################
-
-- platform: pirateweather
-  name: Meteo Savona
-  api_key: !secret pirateweather_key
-  latitude: !secret home_latitude
-  longitude: !secret home_longitude
-  mode: "daily"
-
-- platform: pirateweather
-  name: Meteo Morgex
-  api_key: !secret pirateweather_key
-  latitude: !secret morgex_latitude
-  longitude: !secret morgex_longitude
-  mode: "daily"
index d866541522fe75d833cd7064d38039186aa84155..e5c199e34720b702b91a0ef20cbc370c85e1e9c4 100644 (file)
@@ -200,9 +200,6 @@ tts: !include components/tts.yaml
 # Wake on Lan
 wake_on_lan:
 
-# Weather
-#weather: !include components/weather.yaml
-
 ######################################################################
 # Integrations
 ######################################################################