From 5d2e2ffb259560bcde739e417c3e5cd43c9ed88a Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 7 Aug 2025 23:31:18 +0200 Subject: [PATCH] replaced luce divano with luce piantana --- .storage/lovelace | 12 ++++++------ components/amazon_alexa/lights.yaml | 2 +- components/google_assistant/lights.yaml | 6 +++--- components/homekit.yaml | 2 +- groups/lights.yaml | 2 +- groups/lights_livingroom.yaml | 2 +- mqtt/light/sala.yaml | 4 ++-- packages/shelly/shelly_customizations.yaml | 12 ++++++------ packages/shelly/shelly_groups.yaml | 2 +- packages/shelly/shelly_log.yaml | 16 ++++++++-------- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.storage/lovelace b/.storage/lovelace index 8104b631..593c22e5 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -82,7 +82,7 @@ "entity": "light.luce_sala" }, { - "entity": "light.luce_divano" + "entity": "light.luce_piantana" }, { "entity": "cover.tapparella_sala" @@ -625,9 +625,9 @@ "show_name": true, "show_state": false, "show_icon": true, - "entity": "light.luce_divano", + "entity": "light.luce_piantana", "color": "", - "name": "Divano", + "name": "Piantana", "tap_action": { "action": "toggle" } @@ -754,7 +754,7 @@ "head": "group.lights_livingroom", "entities": [ "light.luce_sala", - "light.luce_divano" + "light.luce_piantana" ] }, { @@ -858,8 +858,8 @@ ] }, { - "entity": "light.luce_divano", - "name": "Luce Divano", + "entity": "light.luce_piantana", + "name": "Luce Piantana", "type": "tile", "features": [ { diff --git a/components/amazon_alexa/lights.yaml b/components/amazon_alexa/lights.yaml index d357a8ca..11fdb84e 100644 --- a/components/amazon_alexa/lights.yaml +++ b/components/amazon_alexa/lights.yaml @@ -8,7 +8,7 @@ - light.luce_cucina - light.luce_vetrine - light.luce_sala -- light.luce_divano +- light.luce_piantana - light.luce_studio - light.luce_zona_notte - light.luce_bagno diff --git a/components/google_assistant/lights.yaml b/components/google_assistant/lights.yaml index a7d99a41..afdb14ee 100644 --- a/components/google_assistant/lights.yaml +++ b/components/google_assistant/lights.yaml @@ -20,12 +20,12 @@ light.luce_vetrine: light.luce_sala: expose: true room: Sala -light.luce_divano: - expose: true - room: Sala light.luce_studio: expose: true room: Studio +light.luce_piantana: + expose: true + room: Sala light.luce_zona_notte: expose: true room: Zona Notte diff --git a/components/homekit.yaml b/components/homekit.yaml index 273d4fcb..7d7d580e 100644 --- a/components/homekit.yaml +++ b/components/homekit.yaml @@ -21,7 +21,7 @@ filter: - light.luce_cucina #- light.luce_vetrine - light.luce_sala - - light.luce_divano + - light.luce_piantana - light.luce_studio - light.luce_zona_notte - light.luce_bagno diff --git a/groups/lights.yaml b/groups/lights.yaml index 38a89bf7..ad5c1d28 100644 --- a/groups/lights.yaml +++ b/groups/lights.yaml @@ -11,8 +11,8 @@ lights: - light.luce_cucina - light.luce_vetrine - light.luce_sala - - light.luce_divano - light.luce_studio + - light.luce_piantana - light.luce_zona_notte - light.luce_bagno - light.luce_specchio diff --git a/groups/lights_livingroom.yaml b/groups/lights_livingroom.yaml index 0a5cdcc1..207a5204 100644 --- a/groups/lights_livingroom.yaml +++ b/groups/lights_livingroom.yaml @@ -7,4 +7,4 @@ lights_livingroom: icon: mdi:lightbulb entities: - light.luce_sala - - light.luce_divano + - light.luce_piantana diff --git a/mqtt/light/sala.yaml b/mqtt/light/sala.yaml index f7061397..40e8cc08 100644 --- a/mqtt/light/sala.yaml +++ b/mqtt/light/sala.yaml @@ -2,7 +2,7 @@ # Living Room Couch Light (Color) ###################################################################### -- name: Luce Divano +- name: Luce Piantana schema: template command_topic: "shellies/shellybulb-BC8610/color/0/set" state_topic: "shellies/shellybulb-BC8610/color/0/status" @@ -83,7 +83,7 @@ # Living Room Couch Light (White) ###################################################################### -# - name: Luce Divano Bianca +# - name: Luce Piantana Bianca # schema: template # command_topic: "shellies/shellybulb-BC8610/color/0/set" # state_topic: "shellies/shellybulb-BC8610/color/0/status" diff --git a/packages/shelly/shelly_customizations.yaml b/packages/shelly/shelly_customizations.yaml index fd1f5273..67798907 100644 --- a/packages/shelly/shelly_customizations.yaml +++ b/packages/shelly/shelly_customizations.yaml @@ -46,15 +46,15 @@ homeassistant: friendly_name: Riavvia Dispositivo # Shelly Bulb (shellybulb_bc8610) - binary_sensor.luce_divano_cloud: + binary_sensor.luce_piantana_cloud: friendly_name: Connessione Cloud - update.luce_divano_firmware_update: + update.luce_piantana_firmware_update: friendly_name: Aggiornamento Firmware - update.luce_divano_beta_firmware_update: + update.luce_piantana_beta_firmware_update: friendly_name: Aggiornamento Firmware Beta - sensor.luce_divano_rssi: + sensor.luce_piantana_rssi: friendly_name: Potenza Segnale - sensor.luce_divano_uptime: + sensor.luce_piantana_uptime: friendly_name: Uptime - button.luce_divano_reboot: + button.luce_piantana_reboot: friendly_name: Riavvia Dispositivo diff --git a/packages/shelly/shelly_groups.yaml b/packages/shelly/shelly_groups.yaml index a4fec5b0..afcdb008 100644 --- a/packages/shelly/shelly_groups.yaml +++ b/packages/shelly/shelly_groups.yaml @@ -8,4 +8,4 @@ group: icon: mdi:alpha-s-box entities: - update.shelly_em_firmware_update - #- update.luce_divano_firmware_update + #- update.luce_piantana_firmware_update diff --git a/packages/shelly/shelly_log.yaml b/packages/shelly/shelly_log.yaml index 6e022b7d..d33f6733 100644 --- a/packages/shelly/shelly_log.yaml +++ b/packages/shelly/shelly_log.yaml @@ -24,10 +24,10 @@ logbook: - sensor.shelly_em_rssi - sensor.shelly_em_uptime # Shelly Bulb (shellybulb_bc8610) - - binary_sensor.luce_divano_cloud - - update.luce_divano_firmware_update - - sensor.luce_divano_rssi - - sensor.luce_divano_uptime + - binary_sensor.luce_piantana_cloud + - update.luce_piantana_firmware_update + - sensor.luce_piantana_rssi + - sensor.luce_piantana_uptime ###################################################################### # Shelly Package - Recorder @@ -55,7 +55,7 @@ recorder: - sensor.shelly_em_rssi - sensor.shelly_em_uptime # Shelly Bulb (shellybulb_bc8610) - - binary_sensor.luce_divano_cloud - - update.luce_divano_firmware_update - - sensor.luce_divano_rssi - - sensor.luce_divano_uptime + - binary_sensor.luce_piantana_cloud + - update.luce_piantana_firmware_update + - sensor.luce_piantana_rssi + - sensor.luce_piantana_uptime -- 2.47.3