From: Giorgio Ravera Date: Thu, 4 Apr 2024 13:48:07 +0000 (+0200) Subject: Minor fixes X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=42b2974d51671a4938e5a670dd67646213294880;p=homeassistant.git Minor fixes --- diff --git a/.storage/lovelace_dashboards b/.storage/lovelace_dashboards index 7e6f5310..3d8ded0f 100644 --- a/.storage/lovelace_dashboards +++ b/.storage/lovelace_dashboards @@ -32,13 +32,13 @@ "id": "lovelace_devices" }, { - "id": "map", + "id": "dashboard_mappa", + "show_in_sidebar": true, "icon": "mdi:map", - "title": "Map", - "url_path": "map", + "title": "Mappa", "require_admin": false, - "show_in_sidebar": true, - "mode": "storage" + "mode": "storage", + "url_path": "dashboard-mappa" } ] } diff --git a/README.md b/README.md index 7a6d05af..199c7a39 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ The following integration are part of HACS system. Install HACS first: * [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) +* [Lovelace Horizon Card](https://github.com/rejuvenate/lovelace-horizon-card) * [fold-entity-row](https://github.com/thomasloven/lovelace-fold-entity-row) * [Home Assistant Swipe Navigation](https://github.com/zanna-37/hass-swipe-navigation) * [history-explorer-card](https://github.com/alexarch21/history-explorer-card) diff --git a/packages/netatmo/netatmo_on_off.yaml b/packages/netatmo/netatmo_on_off.yaml index 10699421..92a32e92 100644 --- a/packages/netatmo/netatmo_on_off.yaml +++ b/packages/netatmo/netatmo_on_off.yaml @@ -33,6 +33,7 @@ automation: # Switch On Valve ###################################################################### - alias: "Termosifoni: Accensione" + id: "termosifoni_accensione" trigger: platform: state @@ -63,14 +64,15 @@ automation: # Switch Off Valve ###################################################################### - alias: "Termosifoni: Spegnimento" + id: "termosifoni_spegnimento" trigger: platform: state entity_id: input_boolean.valvola_cucina, - input_boolean.valvola_sala, - input_boolean.valvola_studio, - input_boolean.valvola_bagno, - input_boolean.valvola_camera + input_boolean.valvola_sala, + input_boolean.valvola_studio, + input_boolean.valvola_bagno, + input_boolean.valvola_camera to: 'off' action: