From a2c98ca122971d9643bf909971c6b877cd495507 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 10 Jan 2023 00:01:10 +0100 Subject: [PATCH] Moved pirate weather to UI --- README.md | 1 + components/weather.yaml | 17 ----------------- configuration.yaml | 3 --- 3 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 components/weather.yaml 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 ###################################################################### -- 2.47.3