From: Giorgio Ravera Date: Mon, 9 Jan 2023 23:01:10 +0000 (+0100) Subject: Moved pirate weather to UI X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=a2c98ca122971d9643bf909971c6b877cd495507;p=homeassistant.git Moved pirate weather to UI --- diff --git a/README.md b/README.md index c02e03b8..40473960 100644 --- 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 index fc1bed20..00000000 --- a/components/weather.yaml +++ /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" diff --git a/configuration.yaml b/configuration.yaml index d8665415..e5c199e3 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -200,9 +200,6 @@ tts: !include components/tts.yaml # Wake on Lan wake_on_lan: -# Weather -#weather: !include components/weather.yaml - ###################################################################### # Integrations ######################################################################