From: Giorgio Ravera Date: Tue, 26 Nov 2024 13:04:35 +0000 (+0100) Subject: Removed old shelly7 (sala) 9 (studio) X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=1bc19731fcb6aa251df527a3b39e12cb5aa94ee4;p=homeassistant.git Removed old shelly7 (sala) 9 (studio) --- diff --git a/.storage/lovelace b/.storage/lovelace index 3c76c612..db3328f8 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -166,12 +166,10 @@ "title": "Cucina" }, { + "camera_view": "auto", "type": "picture-glance", "aspect_ratio": "0%", "entities": [ - { - "entity": "light.luce_sala_old" - }, { "entity": "light.luce_divano" }, @@ -186,10 +184,7 @@ } ], "entity": "group.lights_livingroom_old", - "state_image": { - "off": "/local/images/rooms/sala_off.jpg", - "on": "/local/images/rooms/sala_on.jpg" - }, + "image": "/local/images/rooms/sala_off.jpg", "title": "Sala" }, { @@ -214,12 +209,10 @@ "title": "Bagno" }, { + "camera_view": "auto", "type": "picture-glance", "aspect_ratio": "0%", "entities": [ - { - "entity": "light.luce_studio_old" - }, { "entity": "cover.tapparella_studio_old" }, @@ -227,11 +220,7 @@ "entity": "climate.studio" } ], - "entity": "light.luce_studio_old", - "state_image": { - "off": "/local/images/rooms/studio_off.jpg", - "on": "/local/images/rooms/studio_on.jpg" - }, + "image": "/local/images/rooms/studio_off.jpg", "title": "Studio" }, { @@ -532,17 +521,6 @@ "action": "toggle" } }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "light.luce_sala_old", - "color": "", - "tap_action": { - "action": "toggle" - } - }, { "type": "entity", "show_name": true, @@ -576,17 +554,6 @@ "action": "toggle" } }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "light.luce_studio_old", - "color": "", - "tap_action": { - "action": "toggle" - } - }, { "type": "entity", "show_name": true, @@ -644,17 +611,6 @@ { "entity": "light.luce_cucina_old" }, - { - "type": "custom:fold-entity-row", - "head": "group.lights_livingroom_old", - "entities": [ - "light.luce_sala_old", - "light.luce_divano" - ] - }, - { - "entity": "light.luce_studio_old" - }, { "type": "custom:fold-entity-row", "head": "group.lights_bathroom_old", @@ -689,21 +645,6 @@ "name": "Luce Cucina", "type": "tile" }, - { - "entity": "group.lights_livingroom_old", - "name": "Luci Sala", - "type": "tile" - }, - { - "features": [ - { - "type": "light-brightness" - } - ], - "entity": "light.luce_sala_old", - "name": "Luce Sala", - "type": "tile" - }, { "entity": "light.luce_divano", "name": "Luce Divano", @@ -729,11 +670,6 @@ "name": "Luce Specchio", "type": "tile" }, - { - "entity": "light.luce_studio_old", - "name": "Luce Studio", - "type": "tile" - }, { "features": [ { diff --git a/components/amazon_alexa/lights.yaml b/components/amazon_alexa/lights.yaml index f7c1cf55..dba9d25c 100644 --- a/components/amazon_alexa/lights.yaml +++ b/components/amazon_alexa/lights.yaml @@ -3,16 +3,17 @@ ###################################################################### - light.luce_corridoio - #- light.luce_zona_giorno - #- light.luce_armadio + - light.luce_zona_giorno + - light.luce_armadio - light.luce_cucina_old - #- light.luce_vetrine + - light.luce_vetrine - light.luce_sala - light.luce_divano - light.luce_studio - #- light.luce_zona_notte + - light.luce_zona_notte - light.luce_bagno_old - light.luce_specchio_old + - light.luce_trono - light.luce_camera_old - light.luce_dispensa - light.luce_balcone_old diff --git a/components/google_assistant/lights.yaml b/components/google_assistant/lights.yaml index b2079f38..7a37345b 100644 --- a/components/google_assistant/lights.yaml +++ b/components/google_assistant/lights.yaml @@ -5,18 +5,18 @@ light.luce_corridoio: expose: true room: Corridoio -#light.luce_zona_giorno: -# expose: true -# room: Zona Giorno -#light.luce_armadio: -# expose: true -# room: Zona Giorno +light.luce_zona_giorno: + expose: true + room: Zona Giorno +light.luce_armadio: + expose: true + room: Zona Giorno light.luce_cucina_old: expose: true room: Cucina -#light.luce_vetrine: -# expose: true -# room: Cucina +light.luce_vetrine: + expose: true + room: Cucina light.luce_sala: expose: true room: Sala @@ -26,18 +26,18 @@ light.luce_divano: light.luce_studio: expose: true room: Studio -#light.luce_zona_notte: -# expose: true -# room: Zona Notte +light.luce_zona_notte: + expose: true + room: Zona Notte light.luce_bagno_old: expose: true room: Bagno light.luce_specchio_old: expose: true room: Bagno -#light.luce_trono: -# expose: true -# room: Bagno +light.luce_trono: + expose: true + room: Bagno light.luce_camera_old: expose: true room: Camera diff --git a/groups/lights.yaml b/groups/lights.yaml index a0d45da9..760045fe 100644 --- a/groups/lights.yaml +++ b/groups/lights.yaml @@ -8,11 +8,9 @@ lights_old: entities: - light.luce_corridoio - light.luce_cucina_old - - light.luce_sala_old - light.luce_divano - light.luce_bagno_old - light.luce_specchio_old - - light.luce_studio_old - light.luce_camera_old - light.luce_dispensa - light.luce_balcone_old diff --git a/groups/lights_livingroom.yaml b/groups/lights_livingroom.yaml index f2345f8a..0a5cdcc1 100644 --- a/groups/lights_livingroom.yaml +++ b/groups/lights_livingroom.yaml @@ -2,13 +2,6 @@ # Group Lights Livingroom ###################################################################### -lights_livingroom_old: - name: Luci Sala (Old) - icon: mdi:lightbulb - entities: - - light.luce_sala_old - - light.luce_divano_old - lights_livingroom: name: Luci Sala icon: mdi:lightbulb diff --git a/packages/shelly/shelly_customizations.yaml b/packages/shelly/shelly_customizations.yaml index 4abd4624..fe45769e 100644 --- a/packages/shelly/shelly_customizations.yaml +++ b/packages/shelly/shelly_customizations.yaml @@ -165,34 +165,6 @@ homeassistant: button.luce_cucina_old_reboot: friendly_name: Riavvia Dispositivo - # Shelly 7 - Luce Sala (shellydimmer_d3ea58) - binary_sensor.luce_sala_old_channel_1_input: - friendly_name: Pulsante 1 - binary_sensor.luce_sala_old_channel_2_input: - friendly_name: Pulsante 2 - sensor.luce_sala_old_energy: - friendly_name: Energia - sensor.luce_sala_old_power: - friendly_name: Potenza - binary_sensor.luce_sala_old_overpowering: - friendly_name: Sovraccarico Energetico - binary_sensor.luce_sala_old_cloud: - friendly_name: Connessione Cloud - sensor.luce_sala_old_device_temperature: - friendly_name: Temperatura Device - binary_sensor.luce_sala_old_overheating: - friendly_name: Surriscaldamento Device - update.luce_sala_old_firmware_update: - friendly_name: Aggiornamento Firmware - update.luce_sala_old_beta_firmware_update: - friendly_name: Aggiornamento Firmware Beta - sensor.luce_sala_old_rssi: - friendly_name: Potenza Segnale - sensor.luce_sala_old_uptime: - friendly_name: Uptime - button.luce_sala_old_reboot: - friendly_name: Riavvia Dispositivo - # Shelly 8 - Luci Bagno (shellyswitch25_C45BBE6C38D0) sensor.luce_bagno_old_energy: friendly_name: Energia @@ -223,20 +195,6 @@ homeassistant: button.luci_bagno_reboot: friendly_name: Riavvia Dispositivo - # Shelly 9 - Luce Studio (shelly1_59e18c) - binary_sensor.luce_studio_old_cloud: - friendly_name: Connessione Cloud - update.luce_studio_old_firmware_update: - friendly_name: Aggiornamento Firmware - update.luce_studio_old_beta_firmware_update: - friendly_name: Aggiornamento Firmware Beta - sensor.luce_studio_old_rssi: - friendly_name: Potenza Segnale - sensor.luce_studio_old_uptime: - friendly_name: Uptime - button.luce_studio_old_reboot: - friendly_name: Riavvia Dispositivo - # Shelly 10 - Luce Camera (shellydimmer_d46cf2) binary_sensor.luce_camera_old_channel_1_input: friendly_name: Pulsante 1 diff --git a/packages/shelly/shelly_groups.yaml b/packages/shelly/shelly_groups.yaml index 1560194e..1bc4d6ee 100644 --- a/packages/shelly/shelly_groups.yaml +++ b/packages/shelly/shelly_groups.yaml @@ -14,9 +14,7 @@ group: - update.tapparella_camera_old_firmware_update - update.luce_corridoio_firmware_update - update.luce_cucina_old_firmware_update - - update.luce_sala_old_firmware_update - update.luci_bagno_firmware_update - - update.luce_studio_old_firmware_update - update.luce_camera_old_firmware_update - update.luce_balcone_old_firmware_update #- update.luce_divano_firmware_update diff --git a/packages/shelly/shelly_log.yaml b/packages/shelly/shelly_log.yaml index bc2a81d1..07cfd21b 100644 --- a/packages/shelly/shelly_log.yaml +++ b/packages/shelly/shelly_log.yaml @@ -71,18 +71,6 @@ logbook: - update.luce_cucina_old_firmware_update - sensor.luce_cucina_old_rssi - sensor.luce_cucina_old_uptime - # Shelly 7 - Luce Sala (shellydimmer_d3ea58) - - binary_sensor.luce_sala_old_old_channel_1_input - - binary_sensor.luce_sala_old_old_channel_2_input - - sensor.luce_sala_old_old_energy - - sensor.luce_sala_old_old_power - - binary_sensor.luce_sala_old_old_overpowering - - binary_sensor.luce_sala_old_old_cloud - - sensor.luce_sala_old_old_device_temperature - - binary_sensor.luce_sala_old_old_overheating - - update.luce_sala_old_old_firmware_update - - sensor.luce_sala_old_old_rssi - - sensor.luce_sala_old_old_uptime # Shelly 8 - Luci Bagno (shellyswitch25_7457d8) - sensor.luce_bagno_old_energy - binary_sensor.luce_bagno_old_overpowering @@ -96,11 +84,6 @@ logbook: - update.luci_bagno_firmware_update - sensor.luci_bagno_rssi - sensor.luci_bagno_uptime - # Shelly 9 - Luce Studio (shelly1_59e18c) - - binary_sensor.luce_studio_old_cloud - - update.luce_studio_old_firmware_update - - sensor.luce_studio_old_rssi - - sensor.luce_studio_old_uptime # Shelly 10 - Luce Camera (shellydimmer_d46cf2) - binary_sensor.luce_camera_old_channel_1_input - binary_sensor.luce_camera_old_channel_2_input @@ -215,18 +198,6 @@ recorder: - update.luce_cucina_old_firmware_update - sensor.luce_cucina_old_rssi - sensor.luce_cucina_old_uptime - # Shelly 7 - Luce Sala (shellydimmer_d3ea58) - - binary_sensor.luce_sala_old_old_channel_1_input - - binary_sensor.luce_sala_old_old_channel_2_input - - sensor.luce_sala_old_old_energy - - sensor.luce_sala_old_old_power - - binary_sensor.luce_sala_old_old_overpowering - - binary_sensor.luce_sala_old_old_cloud - - sensor.luce_sala_old_old_device_temperature - - binary_sensor.luce_sala_old_old_overheating - - update.luce_sala_old_old_firmware_update - - sensor.luce_sala_old_old_rssi - - sensor.luce_sala_old_old_uptime # Shelly 8 - Luci Bagno (shellyswitch25_7457d8) - sensor.luce_bagno_old_energy - binary_sensor.luce_bagno_old_overpowering @@ -240,11 +211,6 @@ recorder: - update.luci_bagno_firmware_update - sensor.luci_bagno_rssi - sensor.luci_bagno_uptime - # Shelly 9 - Luce Studio (shelly1_59e18c) - - binary_sensor.luce_studio_old_cloud - - update.luce_studio_old_firmware_update - - sensor.luce_studio_old_rssi - - sensor.luce_studio_old_uptime # Shelly 10 - Luce Camera (shellydimmer_d46cf2) - binary_sensor.luce_camera_old_channel_1_input - binary_sensor.luce_camera_old_channel_2_input