]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Minor changes to lovelace
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 6 Dec 2025 13:41:04 +0000 (14:41 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 6 Dec 2025 13:41:04 +0000 (14:41 +0100)
.storage/lovelace
.storage/lovelace.lovelace_devices
README.md

index 3f05d8c2f4b6d3fef8d0dc93c05ca47b894c9346..9832c1e93e5fc036b6162316872200e72c9acb73 100644 (file)
               "name": "Studio",
               "state_content": "current_position"
             },
+            {
+              "type": "entity",
+              "show_name": true,
+              "show_state": true,
+              "show_icon": true,
+              "entity": "cover.tenda_bagno",
+              "color": "",
+              "name": "Bagno Piccolo",
+              "state_content": "current_position"
+            },
             {
               "type": "entity",
               "show_name": true,
               "show_icon": true,
               "entity": "cover.tapparella_bagno",
               "color": "",
-              "name": "Bagno",
+              "name": "Bagno Grande",
               "state_content": "current_position"
             },
             {
                     {
                       "buttons_position": "left",
                       "entity": "cover.tapparella_bagno",
-                      "name": "Tapparella Bagno",
+                      "name": "Tapparella Bagno Grande",
                       "always_percentage": true
                     }
                   ],
                     {
                       "buttons_position": "left",
                       "entity": "cover.tenda_bagno",
-                      "name": "Tenda Bagno",
+                      "name": "Tenda Bagno Piccolo",
                       "always_percentage": true
                     }
                   ],
index b9ad29f4dd1f47cf08c1906db47dadce3036483b..ef164501395f3c45119565265f96a353b7fd9d61 100644 (file)
                                   "entity": "switch.tapparella_cucina_grande_led_if_on",
                                   "icon": "mdi:led-outline",
                                   "show_state": false
+                                },
+                                {
+                                  "type": "custom:button-card",
+                                  "template": "template_device_generic_button",
+                                  "entity": "button.tapparella_cucina_grande_identify",
+                                  "show_state": false,
+                                  "name": "Identifica"
                                 }
                               ]
                             }
                                   "entity": "switch.tapparella_cucina_piccola_led_if_on",
                                   "icon": "mdi:led-outline",
                                   "show_state": false
+                                },
+                                {
+                                  "type": "custom:button-card",
+                                  "template": "template_device_generic_button",
+                                  "entity": "button.tapparella_cucina_piccola_identify",
+                                  "show_state": false,
+                                  "name": "Identifica"
                                 }
                               ]
                             }
                                   "entity": "switch.tapparella_sala_led_if_on",
                                   "icon": "mdi:led-outline",
                                   "show_state": false
+                                },
+                                {
+                                  "type": "custom:button-card",
+                                  "template": "template_device_generic_button",
+                                  "entity": "button.tapparella_sala_identify",
+                                  "show_state": false,
+                                  "name": "Identifica"
                                 }
                               ]
                             }
                                   "entity": "switch.tapparella_studio_led_if_on",
                                   "icon": "mdi:led-outline",
                                   "show_state": false
+                                },
+                                {
+                                  "type": "custom:button-card",
+                                  "template": "template_device_generic_button",
+                                  "entity": "button.tapparella_studio_identify",
+                                  "show_state": false,
+                                  "name": "Identifica"
                                 }
                               ]
                             }
                                   "entity": "switch.tapparella_bagno_led_if_on",
                                   "icon": "mdi:led-outline",
                                   "show_state": false
+                                },
+                                {
+                                  "type": "custom:button-card",
+                                  "template": "template_device_generic_button",
+                                  "entity": "button.tapparella_bagno_identify",
+                                  "show_state": false,
+                                  "name": "Identifica"
                                 }
                               ]
                             }
                                   "entity": "switch.tapparella_camera_led_if_on",
                                   "icon": "mdi:led-outline",
                                   "show_state": false
+                                },
+                                {
+                                  "type": "custom:button-card",
+                                  "template": "template_device_generic_button",
+                                  "entity": "button.tapparella_camera_identify",
+                                  "show_state": false,
+                                  "name": "Identifica"
                                 }
                               ]
                             }
                                   "entity": "switch.tenda_bagno_led_if_on",
                                   "icon": "mdi:led-outline",
                                   "show_state": false
+                                },
+                                {
+                                  "type": "custom:button-card",
+                                  "template": "template_device_generic_button",
+                                  "entity": "button.tenda_bagno_identify",
+                                  "show_state": false,
+                                  "name": "Identifica"
                                 }
                               ]
                             }
                                   "entity": "select.luce_sala_power_on_behavior",
                                   "template": "template_device_generic_state",
                                   "name": "Power-On"
+                                },
+                                {
+                                  "type": "custom:button-card",
+                                  "template": "template_device_generic_button",
+                                  "entity": "button.luce_sala_identify",
+                                  "show_state": false,
+                                  "name": "Identifica"
                                 }
                               ]
                             }
                                   "entity": "select.luce_camera_power_on_behavior",
                                   "template": "template_device_generic_state",
                                   "name": "Power-On"
+                                },
+                                {
+                                  "type": "custom:button-card",
+                                  "template": "template_device_generic_button",
+                                  "entity": "button.luce_camera_identify",
+                                  "show_state": false,
+                                  "name": "Identifica"
                                 }
                               ]
                             }
index e59af9691c7eea4a73b6fd50f33c443189069976..66e4a7038727306c5941f31670e94d6897ac35aa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -100,6 +100,7 @@ The following integrations are not part of HACS. It's required to clone the rela
   * Shelly Devices (with the exception of Shelly Bulb) enabling firmware update sensor
   * Sony Bravia
   * SpeedTest
+  * Telegram Bot
   * UPNP
   * Version (local)
 * Create labels for different devices type (Acqua, BTicino, Elettrodomestici, Energia, Luci, Multimedia, Netatmo, Porte e Finestre, Tapparelle, Temperatura, Shelly, zigbee2mqtt)