From 9136ca00d2309e8a8aeeab1fc698010ddcbdc5b2 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 12 Mar 2024 11:11:15 +0100 Subject: [PATCH] migrated from pirate weather to openweather map --- .secrets_dummy.yaml | 3 --- .storage/lovelace | 46 +++++++++------------------------------------ README.md | 5 ++--- 3 files changed, 11 insertions(+), 43 deletions(-) diff --git a/.secrets_dummy.yaml b/.secrets_dummy.yaml index 36a42996..beeb0ed0 100644 --- a/.secrets_dummy.yaml +++ b/.secrets_dummy.yaml @@ -52,9 +52,6 @@ nas_username: user docker_host: host docker_username: user -pirateweather_key: 0 -darksky_key: 0 - hacs_token: 0 mb_vin: vin diff --git a/.storage/lovelace b/.storage/lovelace index d80e734d..b4c3ecfb 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -1718,18 +1718,14 @@ "type": "vertical-stack", "cards": [ { - "type": "custom:mushroom-title-card", - "title": "Meteo", - "alignment": "center" - }, - { - "type": "weather-forecast", - "entity": "weather.meteo_savona", - "show_forecast": true + "type": "custom:clock-weather-card", + "entity": "weather.savona", + "title": "Savona" }, { - "type": "weather-forecast", - "entity": "weather.meteo_morgex" + "type": "custom:clock-weather-card", + "entity": "weather.morgex", + "title": "Morgex" }, { "type": "custom:horizon-card" @@ -2006,33 +2002,9 @@ ] }, { - "type": "custom:button-card", - "name": "Umidità Esterna", - "label": "Shelly", - "layout": "name_state", - "show_state": false, - "show_name": true, - "show_label": false, - "show_icon": false, - "show_entity_picture": false, - "styles": { - "card": [ - { - "background-color": "transparent" - }, - { - "box-shadow": "0px 0px 0px 0px." - } - ], - "entity_picture": [ - { - "width": "15%" - } - ] - }, - "view_layout": { - "grid-area": "header" - } + "type": "custom:mushroom-title-card", + "title": "Umidità Esterna", + "alignment": "center" }, { "type": "horizontal-stack", diff --git a/README.md b/README.md index ab5de3fd..ac6d4713 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ The following integration are part of HACS system. Install HACS first: * [Monitor Docker](https://github.com/ualex73/monitor_docker) * [MercedeME 2020](https://github.com/ReneNulschDE/mbapi2020) * [pfSense integration for Home Assistant](https://github.com/travisghansen/hass-pfsense) (not currently used) -* [Pirate Weather](https://github.com/alexander0042/pirate-weather-ha) * [Scheduler Component](https://github.com/nielsfaber/scheduler-component) (not currently used) ### Frontend * [auto-entities](https://github.com/thomasloven/lovelace-auto-entities) @@ -43,6 +42,7 @@ The following integration are part of HACS system. Install HACS first: * [Battery State Card](https://github.com/maxwroc/battery-state-card) * [button-card](https://github.com/custom-cards/button-card) * [card-mod](https://github.com/thomasloven/lovelace-card-mod) +* [clock-weather-card](https://github.com/pkissling/clock-weather-card) * [Darkish Theme](https://github.com/78wesley/Home-Assistant-Darkish-Theme) * [homeassistant_electrolux_status](https://github.com/mauro-midolo/homeassistant_electrolux_status) * [fold-entity-row](https://github.com/thomasloven/lovelace-fold-entity-row) @@ -54,7 +54,6 @@ The following integration are part of HACS system. Install HACS first: * [Mushroom](https://github.com/piitaya/lovelace-mushroom) * [Mushroom Themes](https://github.com/piitaya/lovelace-mushroom-themes) (not currently used) * [Paper Buttons Row](https://github.com/jcwillox/lovelace-paper-buttons-row) (not currently used) -* [pirate-weather-ha](https://github.com/alexander0042/pirate-weather-ha) * [Plotly Graph Card](https://github.com/dbuezas/lovelace-plotly-graph-card) * [Reeder Dark Theme](https://github.com/hekm77/reeder_dark_theme) * [Scheduler Card](https://github.com/nielsfaber/scheduler-card) (not currently used) @@ -90,7 +89,7 @@ The following integrations are not part of HACS. It's required to clone the rela * Mercedes Me * MQTT * Netatmo (rename select.casa_ravera_testa to select.netatmo_casa_ravera_testa and assign names to all devices) - * Pirate Weather + * Openweather Map (Savona + Morgex) * Shelly Devices (with the exception of Shelly Bulb) enabling firmware update sensor * Sony Bravia * SpeedTest -- 2.47.3