From aec9af1bf388cef94b0ff132e775020f37c3e942 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 6 Dec 2025 14:41:04 +0100 Subject: [PATCH] Minor changes to lovelace --- .storage/lovelace | 16 ++++++-- .storage/lovelace.lovelace_devices | 63 ++++++++++++++++++++++++++++++ README.md | 1 + 3 files changed, 77 insertions(+), 3 deletions(-) diff --git a/.storage/lovelace b/.storage/lovelace index 3f05d8c2..9832c1e9 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -1030,6 +1030,16 @@ "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, @@ -1037,7 +1047,7 @@ "show_icon": true, "entity": "cover.tapparella_bagno", "color": "", - "name": "Bagno", + "name": "Bagno Grande", "state_content": "current_position" }, { @@ -1114,7 +1124,7 @@ { "buttons_position": "left", "entity": "cover.tapparella_bagno", - "name": "Tapparella Bagno", + "name": "Tapparella Bagno Grande", "always_percentage": true } ], @@ -1142,7 +1152,7 @@ { "buttons_position": "left", "entity": "cover.tenda_bagno", - "name": "Tenda Bagno", + "name": "Tenda Bagno Piccolo", "always_percentage": true } ], diff --git a/.storage/lovelace.lovelace_devices b/.storage/lovelace.lovelace_devices index b9ad29f4..ef164501 100644 --- a/.storage/lovelace.lovelace_devices +++ b/.storage/lovelace.lovelace_devices @@ -3813,6 +3813,13 @@ "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" } ] } @@ -3880,6 +3887,13 @@ "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" } ] } @@ -3947,6 +3961,13 @@ "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" } ] } @@ -4014,6 +4035,13 @@ "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" } ] } @@ -4081,6 +4109,13 @@ "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" } ] } @@ -4148,6 +4183,13 @@ "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" } ] } @@ -4215,6 +4257,13 @@ "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" } ] } @@ -4909,6 +4958,13 @@ "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" } ] } @@ -4989,6 +5045,13 @@ "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" } ] } diff --git a/README.md b/README.md index e59af969..66e4a703 100644 --- 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) -- 2.47.3