]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Replaced shutter_card with enhanced_shutter_card
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 7 Apr 2026 07:28:43 +0000 (09:28 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Tue, 7 Apr 2026 07:28:43 +0000 (09:28 +0200)
.gitignore
.storage/lovelace.lovelace_settings
README.md
packages/update/update_types.yaml

index d4cb8403444318c2fc686e1da3094af5d4ab75bd..b1fa04e32109e58e19dade019cf309cb5780ea64 100644 (file)
@@ -1,7 +1,8 @@
 # Home Assistant Components
+.cache/
 .HA_VERSION
 .ha_run.lock
-.storage
+.storage/
 .uuid
 deps/
 home-assistant.log*
index 1ce0fb4d81d0343e5765fca1a8dd832fe58755f7..0baa60e3c2d13dea286a0e499502db90781d45ac 100644 (file)
@@ -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"
                     },
                       "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"
                       "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"
                     {
                       "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"
                     }
                   ]
                 }
index 5b3136bd5f5eec892e3e5216982a1b421f53fc49..ad34a820c093dd8bbcf84d7575445ef42645f41f 100644 (file)
--- 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
index 22718af0e9d380abfd3f53923304849dc73bad38..2620438a0aff6a0b2b14ea01b13580632a3308b6 100644 (file)
@@ -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