From: Giorgio Ravera Date: Tue, 7 Apr 2026 07:28:43 +0000 (+0200) Subject: Replaced shutter_card with enhanced_shutter_card X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=57b98b978d415bb1359ce94ef2710bfbd3d5d542;p=homeassistant.git Replaced shutter_card with enhanced_shutter_card --- diff --git a/.gitignore b/.gitignore index d4cb8403..b1fa04e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ # Home Assistant Components +.cache/ .HA_VERSION .ha_run.lock -.storage +.storage/ .uuid deps/ home-assistant.log* diff --git a/.storage/lovelace.lovelace_settings b/.storage/lovelace.lovelace_settings index 1ce0fb4d..0baa60e3 100644 --- a/.storage/lovelace.lovelace_settings +++ b/.storage/lovelace.lovelace_settings @@ -59,9 +59,6 @@ "type": "entities", "show_header_toggle": false, "entities": [ - { - "entity": "automation.home_assistant_startup_restart_on_error" - }, { "entity": "automation.modalita_vacanza_gestione_tapparelle" }, @@ -402,14 +399,14 @@ "entity": "sensor.porta_casa_battery", "name": "Porta Casa" }, - { - "entity": "portafinestra_camera_battery", - "name": "Portafinestra Sala" - }, { "entity": "sensor.portafinestra_camera_battery", "name": "Portafinestra Camera" }, + { + "entity": "sensor.portafinestra_sala_battery", + "name": "Portafinestra Sala" + }, { "entity": "sensor.temperatura_balcone_battery", "name": "Temperatura Balcone" @@ -418,10 +415,6 @@ "entity": "sensor.temperatura_veranda_battery", "name": "Temperatura Veranda" }, - { - "entity": "sensor.wireless_button_battery", - "name": "wireless_button" - }, { "entity": "sensor.sensore_acqua_cucina_battery", "name": "Sensore Acqua Cucina" @@ -433,6 +426,14 @@ { "entity": "sensor.sensore_acqua_bagno_piccolo_battery", "name": "Sensore Acqua Bagno Piccolo" + }, + { + "entity": "sensor.sensore_acqua_veranda_battery", + "name": "Sensore Acqua Veranda" + }, + { + "entity": "sensor.wireless_button_battery", + "name": "wireless_button" } ] } diff --git a/README.md b/README.md index 5b3136bd..ad34a820 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ The following integration are part of HACS system. Install HACS first: * [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) +* [enhanced-shutter-card](https://github.com/marcelhoogantink/enhanced-shutter-card) * [homeassistant-electrolux-status](https://github.com/mauro-midolo/homeassistant_electrolux_status) (Electrolux EOB9S21WX and AEG NSC7P751DS) * [locelace-entity-progress-card](https://github.com/francois-le-ko4la/lovelace-entity-progress-card) * [Lovelace Horizon Card](https://github.com/rejuvenate/lovelace-horizon-card) @@ -60,7 +61,6 @@ The following integration are part of HACS system. Install HACS first: * [Paper Buttons Row](https://github.com/jcwillox/lovelace-paper-buttons-row) (not currently used) * [Plotly Graph Card](https://github.com/dbuezas/lovelace-plotly-graph-card) * [Scheduler Card](https://github.com/nielsfaber/scheduler-card) (not currently used) -* [Shutter Card](https://github.com/Deejayfool/hass-shutter-card) * [Tabbed Card](https://github.com/kinghat/tabbed-card) * [Zigbee2mqtt Networkmap Card](https://github.com/azuwis/zigbee2mqtt-networkmap) ### Themes diff --git a/packages/update/update_types.yaml b/packages/update/update_types.yaml index 22718af0..2620438a 100644 --- a/packages/update/update_types.yaml +++ b/packages/update/update_types.yaml @@ -59,6 +59,7 @@ group: - update.card_mod_update - update.clock_weather_card_update - update.electrolux_status_update + - update.enhanced_shutter_card_update - update.entity_progress_card_update - update.fold_entity_row_update - update.hacs_update @@ -73,7 +74,6 @@ group: - update.mushroom_update - update.paper_buttons_row_update - update.plotly_graph_card_update - - update.shutter_card_update - update.tabbed_card_update - update.vehicle_info_card_update - update.vertical_stack_in_card_update