From 5bccdfa1d33bf114ea174bd1d60a8f0a65d87ece Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 19 Feb 2026 14:05:34 +0100 Subject: [PATCH] adapted to new lovelace dashboard --- .storage/lovelace | 3447 ---------------------------------- .storage/lovelace_dashboards | 9 + 2 files changed, 9 insertions(+), 3447 deletions(-) delete mode 100644 .storage/lovelace diff --git a/.storage/lovelace b/.storage/lovelace deleted file mode 100644 index 650f1b21..00000000 --- a/.storage/lovelace +++ /dev/null @@ -1,3447 +0,0 @@ -{ - "version": 1, - "minor_version": 1, - "key": "lovelace", - "data": { - "config": { - "title": "Panoramica", - "views": [ - { - "type": "sections", - "max_columns": 3, - "title": "Principale", - "path": "main", - "icon": "mdi:home", - "sections": [ - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading_style": "subtitle" - }, - { - "type": "picture-glance", - "aspect_ratio": "0%", - "entities": [ - { - "entity": "light.luce_zona_giorno" - }, - { - "entity": "light.luce_armadio" - }, - { - "entity": "climate.zona_giorno" - }, - { - "entity": "climate.climatizzatore_zona_giorno" - } - ], - "entity": "group.lights_day_side", - "state_image": { - "off": "/local/images/rooms/zona_giorno_off.jpg", - "on": "/local/images/rooms/zona_giorno_on.jpg" - }, - "title": "Zona Giorno" - }, - { - "type": "picture-glance", - "aspect_ratio": "0%", - "entities": [ - { - "entity": "light.luce_cucina" - }, - { - "entity": "light.luce_vetrine" - }, - { - "entity": "cover.tapparella_cucina_grande" - }, - { - "entity": "cover.tapparella_cucina_piccola" - }, - { - "entity": "climate.cucina" - }, - { - "entity": "media_player.google_home" - } - ], - "entity": "group.lights_kitchen", - "state_image": { - "off": "/local/images/rooms/cucina_off.jpg", - "on": "/local/images/rooms/cucina_on.jpg" - }, - "title": "Cucina" - }, - { - "type": "picture-glance", - "aspect_ratio": "0%", - "entities": [ - { - "entity": "light.luce_sala" - }, - { - "entity": "light.luce_piantana" - }, - { - "entity": "cover.tapparella_sala" - }, - { - "entity": "climate.sala" - }, - { - "entity": "media_player.sony_kd_55xf8596" - } - ], - "entity": "group.lights_livingroom", - "state_image": { - "off": "/local/images/rooms/sala_off.jpg", - "on": "/local/images/rooms/sala_on.jpg" - }, - "title": "Sala" - }, - { - "type": "picture-glance", - "aspect_ratio": "0%", - "entities": [ - { - "entity": "light.luce_studio" - }, - { - "entity": "cover.tapparella_studio" - }, - { - "entity": "climate.studio" - }, - { - "entity": "climate.climatizzatore_studio" - } - ], - "entity": "light.luce_studio", - "state_image": { - "off": "/local/images/rooms/studio_off.jpg", - "on": "/local/images/rooms/studio_on.jpg" - }, - "title": "Studio" - }, - { - "type": "picture-glance", - "aspect_ratio": "0%", - "entities": [ - { - "entity": "cover.tenda_bagno" - }, - { - "entity": "climate.bagno_piccolo" - } - ], - "image": "/local/images/rooms/bagno_off.jpg", - "title": "Bagno Piccolo" - }, - { - "type": "picture-glance", - "aspect_ratio": "0%", - "entities": [ - { - "entity": "light.luce_zona_notte" - }, - { - "entity": "climate.climatizzatore_zona_notte" - } - ], - "entity": "light.luce_zona_notte", - "state_image": { - "off": "/local/images/rooms/zona_notte_off.jpg", - "on": "/local/images/rooms/zona_notte_on.jpg" - }, - "title": "Zona Notte" - }, - { - "type": "picture-glance", - "aspect_ratio": "0%", - "entities": [ - { - "entity": "light.luce_bagno" - }, - { - "entity": "light.luce_specchio" - }, - { - "entity": "light.luce_trono" - }, - { - "entity": "cover.tapparella_bagno" - }, - { - "entity": "climate.bagno_grande" - } - ], - "entity": "group.lights_bathroom", - "state_image": { - "off": "/local/images/rooms/bagno_off.jpg", - "on": "/local/images/rooms/bagno_on.jpg" - }, - "title": "Bagno Grande" - }, - { - "type": "picture-glance", - "aspect_ratio": "0%", - "entities": [ - { - "entity": "light.luce_camera" - }, - { - "entity": "cover.tapparella_camera" - }, - { - "entity": "climate.camera" - }, - { - "entity": "media_player.tv_camera" - } - ], - "entity": "light.luce_camera", - "state_image": { - "off": "/local/images/rooms/camera_off.jpg", - "on": "/local/images/rooms/camera_on.jpg" - }, - "title": "Camera" - }, - { - "type": "picture-glance", - "aspect_ratio": "0%", - "entities": [ - { - "entity": "light.luce_balcone" - } - ], - "entity": "light.luce_balcone", - "state_image": { - "off": "/local/images/rooms/balcone_off.jpg", - "on": "/local/images/rooms/balcone_on.jpg" - }, - "title": "Balcone" - } - ], - "column_span": 3 - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading_style": "subtitle" - }, - { - "type": "vertical-stack", - "cards": [ - { - "type": "custom:mushroom-title-card", - "title": "Grafici" - }, - { - "type": "custom:mini-graph-card", - "entities": [ - "sensor.shelly_em_channel_1_power" - ], - "hours_to_show": 24, - "points_per_hour": 120, - "line_width": 3, - "color_thresholds": [ - { - "value": 0, - "color": "#00ff00" - }, - { - "value": 1500, - "color": "#c0392b" - }, - { - "value": 3000, - "color": "#c0392b" - } - ], - "decimals": 2, - "hour24": true - }, - { - "type": "horizontal-stack", - "cards": [ - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.temperatura_balcone_temperature", - "name": "Balcone" - } - ], - "name": "Balcone", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - }, - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.temperatura_veranda_temperature", - "name": "Veranda" - } - ], - "name": "Veranda", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - } - ] - } - ] - }, - { - "type": "vertical-stack", - "cards": [ - { - "type": "custom:mushroom-title-card", - "title": "Modalità Casa" - }, - { - "type": "horizontal-stack", - "cards": [ - { - "type": "custom:mushroom-entity-card", - "entity": "input_boolean.home_mode_day", - "tap_action": { - "action": "toggle" - }, - "layout": "vertical" - }, - { - "type": "custom:mushroom-entity-card", - "entity": "input_boolean.home_mode_night", - "tap_action": { - "action": "toggle" - }, - "layout": "vertical" - } - ] - }, - { - "type": "horizontal-stack", - "cards": [ - { - "type": "custom:mushroom-entity-card", - "entity": "input_boolean.home_mode_away", - "tap_action": { - "action": "toggle" - }, - "layout": "vertical" - }, - { - "type": "custom:mushroom-entity-card", - "entity": "input_boolean.guard_mode", - "tap_action": { - "action": "toggle" - }, - "layout": "vertical", - "name": "Guardia" - } - ] - } - ] - }, - { - "type": "vertical-stack", - "cards": [ - { - "type": "custom:mushroom-title-card", - "title": "Controlli Vari" - }, - { - "type": "entities", - "show_header_toggle": false, - "entities": [ - { - "entity": "script.speech_status" - }, - { - "entity": "script.homeassistant_restart" - }, - { - "entity": "automation.risveglio_giorgio" - }, - { - "entity": "select.netatmo_casa_ravera_testa" - } - ] - }, - { - "type": "entity-filter", - "title": "Eventi da Segnalare", - "entities": [ - "group.alarms", - "group.update", - "binary_sensor.ff590mr_engine_light_warning", - "binary_sensor.ff590mr_warning_brakefluid", - "binary_sensor.ff590mr_warning_washwater", - "binary_sensor.ff590mr_warning_coolantlevellow" - ], - "state_filter": [ - "on" - ], - "show_empty": false - }, - { - "type": "entities", - "title": "Eventi", - "show_header_toggle": false, - "entities": [ - { - "entity": "input_datetime.away_mode_end" - } - ] - } - ] - } - ], - "column_span": 3 - } - ], - "dense_section_placement": false, - "cards": [], - "badges": [ - { - "type": "entity", - "show_name": false, - "show_state": true, - "show_icon": true, - "entity": "person.giorgio", - "color": "", - "show_entity_picture": true - }, - { - "type": "entity", - "show_name": false, - "show_state": true, - "show_icon": true, - "entity": "person.laura", - "color": "", - "show_entity_picture": true - }, - { - "type": "entity", - "entity": "sensor.time" - }, - { - "type": "entity", - "show_name": false, - "show_state": false, - "show_icon": true, - "entity": "binary_sensor.porta_casa_contact", - "color": "", - "show_entity_picture": true - }, - { - "type": "entity", - "show_name": false, - "show_state": false, - "show_icon": true, - "entity": "sensor.home_mode", - "color": "" - }, - { - "type": "entity", - "show_name": false, - "show_state": false, - "show_icon": true, - "entity": "binary_sensor.guard_mode", - "color": "" - }, - { - "type": "entity", - "show_name": false, - "show_state": false, - "show_icon": true, - "entity": "binary_sensor.speech_notifications", - "color": "" - }, - { - "type": "entity", - "show_name": false, - "show_state": false, - "show_icon": true, - "entity": "binary_sensor.alarms", - "color": "" - }, - { - "type": "entity", - "show_name": false, - "show_state": false, - "show_icon": true, - "entity": "binary_sensor.central_heating", - "color": "" - }, - { - "type": "entity", - "entity": "sensor.shelly_em_channel_1_power" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "sensor.temperatura_balcone_temperature", - "color": "", - "name": "Balcone" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "sensor.temperatura_veranda_temperature", - "color": "", - "name": "Veranda" - } - ], - "header": { - "card": { - "type": "markdown", - "content": "# Ciao {{ user }} 🏠\n{% set weather = {\n 'clear-night': \"il cielo è **sereno ☀️**\",\n 'cloudy': \"il cielo è **nuvoloso ☁️**\",\n 'exceptional': \"ci sono condizoni meteo **eccezionali ❗**\",\n 'fog': \"c'è **nebbia 🌁**\",\n 'hail': \"**grandina **\",\n 'lightning': \"c'è un **temporale ☔**\",\n 'lightning-rainy': \"**piove ☔**\",\n 'partlycloudy': \"il cielo è **nuvoloso ☁️**\",\n 'pouring': \"**piove ☔**\",\n 'rainy': \"**piove ☔**\",\n 'snowy': \"**nevica ❄️**\",\n 'snowy-rainy': \"**nevica ❄️**\",\n 'sunny': \"il cielo è **sereno ☀️**\",\n 'windy': \"**c'è vento 🌀**\",\n 'windy-variant': \"**c'è vento 🌀**\"\n} %}\nOggi {{weather[states('weather.savona')] }} con **{{ states('sensor.temperatura_balcone_temperature') }}° C**.\nAl momento in casa {% if is_state('group.residents', 'not_home') %} non c'è nessuno 😴.{% else %}c'è vita😍!{% endif %}\n\n", - "text_only": true - }, - "layout": "responsive", - "badges_position": "bottom", - "badges_wrap": "wrap" - } - }, - { - "theme": "Backend-selected", - "icon": "mdi:lightbulb", - "id": "lights", - "title": "Luci", - "path": "lights", - "badges": [ - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_zona_giorno", - "color": "", - "name": "Zona Giorno", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_armadio", - "color": "", - "name": "Armadio", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_cucina", - "color": "", - "name": "Cucina", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_vetrine", - "color": "", - "name": "Vetrine", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_sala", - "color": "", - "name": "Sala", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_piantana", - "color": "", - "name": "Piantana", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_studio", - "color": "", - "name": "Studio", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_zona_notte", - "color": "", - "name": "Zona Notte", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_bagno", - "color": "", - "name": "Bagno", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_specchio", - "color": "", - "name": "Specchio", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_trono", - "color": "", - "name": "Trono", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_camera", - "color": "", - "name": "Camera", - "tap_action": { - "action": "toggle" - } - }, - { - "type": "entity", - "show_name": true, - "show_state": false, - "show_icon": true, - "entity": "light.luce_balcone", - "color": "", - "name": "Balcone", - "tap_action": { - "action": "toggle" - } - } - ], - "cards": [], - "type": "sections", - "sections": [ - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Comando Luci", - "heading_style": "title", - "badges": [], - "icon": "mdi:lightbulb" - }, - { - "entities": [ - { - "entity": "group.lights" - }, - { - "entity": "light.luce_zona_giorno" - }, - { - "entity": "light.luce_armadio" - }, - { - "type": "custom:fold-entity-row", - "head": "group.lights_kitchen", - "entities": [ - "light.luce_cucina", - "light.luce_vetrine" - ] - }, - { - "type": "custom:fold-entity-row", - "head": "group.lights_livingroom", - "entities": [ - "light.luce_sala", - "light.luce_piantana" - ] - }, - { - "entity": "light.luce_studio" - }, - { - "entity": "light.luce_zona_notte" - }, - { - "type": "custom:fold-entity-row", - "head": "group.lights_bathroom", - "entities": [ - "light.luce_bagno", - "light.luce_specchio", - "light.luce_trono" - ] - }, - { - "entity": "light.luce_camera" - }, - { - "entity": "light.luce_balcone" - } - ], - "show_header_toggle": false, - "type": "entities" - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Luci Zona Giorno", - "heading_style": "title", - "icon": "mdi:lightbulb" - }, - { - "entity": "light.luce_zona_giorno", - "name": "Luce Zona Giorno", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true, - "features": [ - { - "type": "toggle" - } - ] - }, - { - "entity": "light.luce_armadio", - "name": "Luce Armadio", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true, - "features": [ - { - "type": "toggle" - } - ] - }, - { - "entity": "light.luce_cucina", - "name": "Luce Cucina", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true, - "features": [ - { - "type": "toggle" - } - ] - }, - { - "entity": "light.luce_vetrine", - "name": "Luce Vetrine", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true, - "features": [ - { - "type": "toggle" - } - ] - }, - { - "entity": "light.luce_sala", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true, - "features": [ - { - "type": "light-brightness" - } - ] - }, - { - "entity": "light.luce_piantana", - "name": "Luce Piantana", - "type": "tile", - "features": [ - { - "type": "light-brightness" - } - ] - }, - { - "features": [ - { - "type": "toggle" - } - ], - "entity": "light.luce_studio", - "name": "Luce Studio", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "features": [ - { - "type": "toggle" - } - ], - "entity": "light.luce_balcone", - "name": "Luce Balcone", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Luci Zona Notte", - "heading_style": "title", - "icon": "mdi:lightbulb" - }, - { - "entity": "light.luce_zona_notte", - "name": "Luce Zona Notte", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true, - "features": [ - { - "type": "toggle" - } - ] - }, - { - "entity": "light.luce_bagno", - "name": "Luce Bagno", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true, - "features": [ - { - "type": "toggle" - } - ] - }, - { - "entity": "light.luce_specchio", - "name": "Luce Specchio", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true, - "features": [ - { - "type": "toggle" - } - ] - }, - { - "type": "tile", - "entity": "light.luce_trono", - "features_position": "bottom", - "vertical": false, - "hide_state": true, - "features": [ - { - "type": "toggle" - } - ] - }, - { - "entity": "light.luce_camera", - "name": "Luce Camera", - "type": "tile", - "features_position": "bottom", - "vertical": false, - "hide_state": true, - "features": [ - { - "type": "light-brightness" - } - ] - } - ] - } - ], - "max_columns": 3 - }, - { - "icon": "mdi:window-shutter", - "id": "covers", - "title": "Tapparelle", - "path": "covers", - "badges": [ - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "cover.tapparella_cucina_grande", - "color": "", - "name": "Cucina Grande", - "state_content": "current_position" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "cover.tapparella_cucina_piccola", - "color": "", - "name": "Cucina Piccola", - "state_content": "current_position" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "cover.tapparella_sala", - "color": "", - "name": "Sala", - "state_content": "current_position" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "cover.tapparella_studio", - "color": "", - "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_state": true, - "show_icon": true, - "entity": "cover.tapparella_bagno", - "color": "", - "name": "Bagno Grande", - "state_content": "current_position" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "cover.tapparella_camera", - "color": "", - "name": "Camera", - "state_content": "current_position" - } - ], - "cards": [], - "type": "sections", - "max_columns": 3, - "sections": [ - { - "type": "grid", - "cards": [ - { - "type": "heading", - "icon": "mdi:window-closed", - "heading": "Tapparelle", - "heading_style": "title", - "badges": [] - }, - { - "entities": [ - { - "buttons_position": "left", - "entity": "cover.tapparella_cucina_grande", - "name": "Tapparella Cucina Grande", - "always_percentage": true - } - ], - "type": "custom:shutter-card" - }, - { - "entities": [ - { - "buttons_position": "left", - "entity": "cover.tapparella_cucina_piccola", - "name": "Tapparella Cucina Piccola", - "always_percentage": true - } - ], - "type": "custom:shutter-card" - }, - { - "entities": [ - { - "buttons_position": "left", - "entity": "cover.tapparella_sala", - "name": "Tapparella Sala", - "always_percentage": true - } - ], - "type": "custom:shutter-card" - }, - { - "entities": [ - { - "buttons_position": "left", - "entity": "cover.tapparella_studio", - "name": "Tapparella Studio", - "always_percentage": true - } - ], - "type": "custom:shutter-card" - }, - { - "entities": [ - { - "buttons_position": "left", - "entity": "cover.tapparella_bagno", - "name": "Tapparella Bagno Grande", - "always_percentage": true - } - ], - "type": "custom:shutter-card" - }, - { - "entities": [ - { - "buttons_position": "left", - "entity": "cover.tapparella_camera", - "name": "Tapparella Camera", - "always_percentage": true - } - ], - "type": "custom:shutter-card" - }, - { - "type": "heading", - "icon": "mdi:curtains-closed", - "heading": "Tende", - "heading_style": "title" - }, - { - "entities": [ - { - "buttons_position": "left", - "entity": "cover.tenda_bagno", - "name": "Tenda Bagno Piccolo", - "always_percentage": true - } - ], - "type": "custom:shutter-card" - } - ], - "column_span": 3 - } - ], - "header": { - "layout": "center", - "badges_position": "bottom" - } - }, - { - "icon": "mdi:thermometer", - "id": "climate", - "title": "Termostato", - "path": "climate", - "badges": [ - { - "entity": "sensor.valvola_zona_giorno_temperature" - }, - { - "entity": "sensor.valvola_cucina_temperature" - }, - { - "entity": "sensor.valvola_sala_temperature" - }, - { - "entity": "sensor.valvola_studio_temperature" - }, - { - "entity": "sensor.valvola_bagno_piccolo_temperature" - }, - { - "entity": "sensor.valvola_bagno_grande_temperature" - }, - { - "entity": "sensor.valvola_camera_temperature" - }, - { - "entity": "sensor.temperatura_balcone_temperature" - }, - { - "entity": "sensor.temperatura_veranda_temperature" - }, - { - "entity": "sensor.temperatura_balcone_humidity" - }, - { - "entity": "sensor.temperatura_veranda_humidity" - }, - { - "entity": "binary_sensor.central_heating" - } - ], - "cards": [], - "type": "sections", - "sections": [ - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading_style": "title", - "heading": "Termosifoni", - "icon": "mdi:radiator" - }, - { - "entity": "climate.zona_giorno", - "type": "thermostat" - }, - { - "entity": "climate.cucina", - "type": "thermostat" - }, - { - "entity": "climate.sala", - "type": "thermostat" - }, - { - "entity": "climate.studio", - "type": "thermostat" - }, - { - "entity": "climate.bagno_piccolo", - "type": "thermostat" - }, - { - "entity": "climate.bagno_grande", - "type": "thermostat" - }, - { - "entity": "climate.camera", - "type": "thermostat" - } - ], - "column_span": 4 - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Operazioni", - "heading_style": "title", - "icon": "mdi:wrench" - }, - { - "type": "entities", - "entities": [ - { - "entity": "input_boolean.boost_valvola_zona_giorno" - }, - { - "entity": "input_boolean.boost_valvola_cucina" - }, - { - "entity": "input_boolean.boost_valvola_sala" - }, - { - "entity": "input_boolean.boost_valvola_studio" - }, - { - "entity": "input_boolean.boost_valvola_bagno_piccolo" - }, - { - "entity": "input_boolean.boost_valvola_bagno_grande" - }, - { - "entity": "input_boolean.boost_valvola_camera" - } - ], - "show_header_toggle": false, - "title": "Modalità Boost" - }, - { - "type": "entities", - "entities": [ - { - "entity": "input_boolean.valvola_zona_giorno" - }, - { - "entity": "input_boolean.valvola_cucina" - }, - { - "entity": "input_boolean.valvola_sala" - }, - { - "entity": "input_boolean.valvola_studio" - }, - { - "entity": "input_boolean.valvola_bagno_piccolo" - }, - { - "entity": "input_boolean.valvola_bagno_grande" - }, - { - "entity": "input_boolean.valvola_camera" - } - ], - "title": "Accensione / Spegnimento", - "show_header_toggle": false - }, - { - "type": "entities", - "title": "Stato Valvole Netatmo", - "entities": [ - { - "entity": "sensor.valvola_zona_giorno_state", - "name": "Valvola Zona Giorno" - }, - { - "entity": "sensor.valvola_cucina_state", - "name": "Valvola Cucina" - }, - { - "entity": "sensor.valvola_sala_state", - "name": "Valvola Sala" - }, - { - "entity": "sensor.valvola_studio_state", - "name": "Valvola Studio" - }, - { - "entity": "sensor.valvola_bagno_piccolo_state", - "name": "Valvola Bagno Piccolo" - }, - { - "entity": "sensor.valvola_bagno_grande_state", - "name": "Valvola Bagno Grande" - }, - { - "entity": "sensor.valvola_camera_state", - "name": "Valvola Camera" - } - ] - }, - { - "type": "custom:bar-card", - "entities": [ - { - "entity": "sensor.valvola_zona_giorno_batteria", - "name": "Bagno", - "width": "85%" - }, - { - "entity": "sensor.valvola_cucina_batteria", - "name": "Cucina", - "width": "85%" - }, - { - "entity": "sensor.valvola_sala_batteria", - "name": "Sala", - "width": "85%" - }, - { - "entity": "sensor.valvola_studio_batteria", - "name": "Studio", - "width": "85%" - }, - { - "entity": "sensor.valvola_bagno_piccolo_batteria", - "name": "Bagno Piccolo", - "width": "85%" - }, - { - "entity": "sensor.valvola_bagno_grande_batteria", - "name": "Bagno Grande", - "width": "85%" - }, - { - "entity": "sensor.valvola_camera_batteria", - "name": "Camera", - "width": "85%" - } - ], - "title": "Batteria Valvole Netatmo", - "show_header_toggle": false, - "state_color": false, - "positions": { - "icon": "off", - "indicator": "off", - "name": "outside", - "value": "outside" - } - } - ], - "column_span": 4 - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Climatizzatore", - "heading_style": "title", - "icon": "mdi:air-conditioner" - }, - { - "type": "thermostat", - "entity": "climate.climatizzatore_zona_giorno" - }, - { - "type": "thermostat", - "entity": "climate.climatizzatore_zona_notte" - }, - { - "type": "thermostat", - "entity": "climate.climatizzatore_studio" - } - ], - "column_span": 4 - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Grafici Termosifoni", - "heading_style": "title", - "icon": "mdi:radiator" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "climate.zona_giorno" - } - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Valvola Zona Giorno" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "climate.cucina" - } - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Valvola Cucina" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "climate.sala" - } - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Valvola Sala" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "climate.studio" - } - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Valvola Studio" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "climate.bagno_piccolo" - } - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Valvola Bagno Piccolo" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "climate.bagno_grande" - } - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Valvola Bagno Grande" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "climate.camera" - } - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Valvola Camera" - } - ], - "column_span": 4 - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Grafici Climatizzatori", - "heading_style": "title", - "icon": "mdi:air-conditioner" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "climate.climatizzatore_zona_giorno" - } - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Climatizzatore Zona Giorno" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "climate.climatizzatore_zona_notte" - } - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Climatizzatore Zona Notte" - }, - { - "type": "history-graph", - "entities": [ - { - "entity": "climate.climatizzatore_studio" - } - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Climatizzatore Studio" - } - ], - "column_span": 4 - } - ], - "max_columns": 4, - "subview": false, - "dense_section_placement": true - }, - { - "title": "Auto", - "type": "custom:grid-layout", - "layout": { - "grid-template-columns": "20% 30% 30% 20%", - "grid-template-rows": "auto", - "grid-template-areas": "\"pad1 header header pad2\"\n\"pad1 dashboard dashboard pad2\"\n\"pad1 sensors alarms pad2\"\n\"pad1 general-data position pad2\"\n\"pad1 doors windows pad2\"\n\"footer footer footer footer\"\n", - "mediaquery": { - "(max-width: 1000px)": { - "grid-template-columns": "100%", - "grid-template-areas": "\"header\"\n\"dashboard\"\n\"sensors\"\n\"alamrs\"\n\"general-data\"\n\"position\"\n\"footer\"\n\"doors\"\n\"windows\"\n" - } - } - }, - "icon": "mdi:car", - "id": "car", - "path": "car", - "badges": [], - "cards": [ - { - "type": "custom:button-card", - "name": "Mercedes-Benz A200d", - "label": "Mercedes-Benz A200d", - "layout": "icon_label", - "icon": "mdi:car", - "show_state": false, - "show_name": false, - "show_label": true, - "show_icon": false, - "show_entity_picture": true, - "entity_picture": "/local/images/car/mercedes_logo.png", - "styles": { - "card": [ - { - "background-color": "white" - }, - { - "box-shadow": "0.5px 0.5px 0px 0px rgba(128,128,128,0.3)" - } - ], - "label": [ - { - "font-size": "20px" - }, - { - "font-weight": "bold" - }, - { - "padding-right": "65px" - } - ], - "entity_picture": [ - { - "width": "25%" - } - ] - }, - "view_layout": { - "grid-area": "header" - } - }, - { - "type": "picture-elements", - "image": "/local/images/car/dashboard.png", - "elements": [ - { - "entity": "sensor.ff590mr_fuel_level", - "prefix": "", - "style": { - "transform": "translate(-50%, -50%) scale(1.3, 1.3)", - "color": "lightgrey", - "left": "8%", - "top": "17%" - }, - "type": "state-label" - }, - { - "entity": "sensor.ff590mr_odometer", - "prefix": " ", - "style": { - "transform": "translate(-50%, -50%) scale(1.3, 1.3)", - "color": "lightgrey", - "left": "28%", - "top": "17%" - }, - "type": "state-label" - }, - { - "entity": "sensor.ff590mr_service_interval_days", - "prefix": " ", - "style": { - "transform": "translate(-50%, -50%) scale(1.3, 1.3)", - "color": "lightgrey", - "left": "51%", - "top": "17%" - }, - "type": "state-label" - }, - { - "entity": "binary_sensor.ff590mr_tire_warning", - "prefix": "", - "style": { - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "color": "#FFFFFF", - "left": "66.5%", - "top": "17.5%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_low_brake_fluid_warning", - "prefix": "", - "style": { - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "color": "#FFFFFF", - "left": "76%", - "top": "17.5%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_low_coolant_level_warning", - "prefix": "", - "style": { - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "color": "#FFFFFF", - "left": "85.5%", - "top": "17.5%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_low_wash_water_warning", - "prefix": "", - "style": { - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "color": "#FFFFFF", - "left": "95%", - "top": "17.5%" - }, - "type": "state-icon" - }, - { - "entity": "sensor.ff590mr_tire_pressure_front_right", - "style": { - "transform": "translate(-50%, -50%) scale(0.8, 0.8)", - "color": "lightgrey", - "left": "38%", - "top": "32%" - }, - "type": "state-label" - }, - { - "entity": "sensor.ff590mr_tire_pressure_rear_right", - "style": { - "transform": "translate(-50%, -50%) scale(0.8, 0.8)", - "color": "lightgrey", - "left": "84%", - "top": "32%" - }, - "type": "state-label" - }, - { - "entity": "sensor.ff590mr_tire_pressure_front_left", - "style": { - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "color": "lightgrey", - "left": "38%", - "top": "92%" - }, - "type": "state-label" - }, - { - "entity": "sensor.ff590mr_tire_pressure_rear_left", - "style": { - "transform": "translate(-50%, -50%) scale(0.8, 0.8)", - "color": "lightgrey", - "left": "84%", - "top": "92%" - }, - "type": "state-label" - }, - { - "entity": "binary_sensor.ff590mr_door_front_right", - "style": { - "--paper-item-icon-color": "lightgrey", - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "left": "63%", - "top": "36%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_door_rear_right", - "style": { - "--paper-item-icon-color": "lightgrey", - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "left": "78%", - "top": "37%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_door_front_left", - "style": { - "--paper-item-icon-color": "lightgrey", - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "left": "63%", - "top": "87%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_door_rear_left", - "style": { - "--paper-item-icon-color": "lightgrey", - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "left": "78%", - "top": "86%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_decklid", - "style": { - "--paper-item-icon-color": "lightgrey", - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "left": "95%", - "top": "60%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_window_front_right", - "style": { - "--paper-item-icon-color": "lightgrey", - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "left": "63%", - "top": "42%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_window_rear_right", - "style": { - "--paper-item-icon-color": "lightgrey", - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "left": "73%", - "top": "42%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_window_front_left", - "style": { - "--paper-item-icon-color": "lightgrey", - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "left": "63%", - "top": "82%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_window_rear_left", - "style": { - "--paper-item-icon-color": "lightgrey", - "transform": "translate(-50%, -50%) scale(0.7, 0.7)", - "left": "73%", - "top": "82%" - }, - "type": "state-icon" - }, - { - "entity": "lock.ff590mr_lock_no_pin", - "prefix": "", - "style": { - "color": "#FFFFFF", - "left": "11%", - "top": "38%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_doors_closed", - "prefix": "", - "style": { - "color": "#FFFFFF", - "left": "11%", - "top": "49%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_windows_closed_2", - "prefix": "", - "style": { - "color": "#FFFFFF", - "left": "11%", - "top": "60%" - }, - "type": "state-icon" - }, - { - "entity": "binary_sensor.ff590mr_decklid", - "prefix": "", - "style": { - "color": "#FFFFFF", - "left": "11%", - "top": "71%" - }, - "type": "state-icon" - }, - { - "entity": "device_tracker.ff590mr_device_tracker", - "prefix": "", - "style": { - "color": "lightgrey", - "left": "12%", - "top": "83%" - }, - "type": "state-label" - } - ], - "view_layout": { - "grid-area": "dashboard" - } - }, - { - "type": "entities", - "title": "Sensori", - "show_header_toggle": false, - "entities": [ - { - "entity": "lock.ff590mr_lock_no_pin" - }, - { - "entity": "binary_sensor.ff590mr_doors_closed" - }, - { - "entity": "binary_sensor.ff590mr_windows_closed_2" - }, - { - "entity": "sensor.ff590mr_ignition_state" - }, - { - "entity": "sensor.ff590mr_car" - } - ], - "view_layout": { - "grid-area": "sensors" - } - }, - { - "type": "entities", - "title": "Allarmi", - "show_header_toggle": false, - "entities": [ - { - "entity": "binary_sensor.ff590mr_engine_light_warning" - }, - { - "entity": "binary_sensor.ff590mr_low_brake_fluid_warning" - }, - { - "entity": "binary_sensor.ff590mr_low_coolant_level_warning" - }, - { - "entity": "binary_sensor.ff590mr_low_wash_water_warning" - }, - { - "entity": "binary_sensor.ff590mr_tire_warning" - } - ], - "view_layout": { - "grid-area": "alarms" - } - }, - { - "type": "entities", - "title": "Dati Generali", - "show_header_toggle": false, - "entities": [ - { - "entity": "sensor.ff590mr_odometer" - }, - { - "entity": "sensor.ff590mr_distance_start" - }, - { - "entity": "sensor.ff590mr_distance_reset" - }, - { - "entity": "sensor.ff590mr_fuel_level" - }, - { - "entity": "sensor.ff590mr_liquid_consumption_start" - }, - { - "entity": "sensor.ff590mr_liquid_consumption_reset" - }, - { - "entity": "sensor.ff590mr_service_interval_days" - }, - { - "entity": "sensor.ff590mr_geofencing_violation" - } - ], - "view_layout": { - "grid-area": "general-data" - } - }, - { - "type": "map", - "entities": [ - { - "entity": "device_tracker.ff590mr_device_tracker" - } - ], - "hours_to_show": 24, - "dark_mode": false, - "default_zoom": 17, - "view_layout": { - "grid-area": "position" - } - }, - { - "type": "entities", - "title": "Stato Porte", - "show_header_toggle": false, - "entities": [ - { - "entity": "binary_sensor.ff590mr_door_front_left" - }, - { - "entity": "binary_sensor.ff590mr_door_front_right" - }, - { - "entity": "binary_sensor.ff590mr_door_rear_left" - }, - { - "entity": "binary_sensor.ff590mr_door_rear_right" - }, - { - "entity": "binary_sensor.ff590mr_decklid" - } - ], - "view_layout": { - "grid-area": "doors" - } - }, - { - "type": "entities", - "title": "Stato Finestrini", - "show_header_toggle": false, - "entities": [ - "binary_sensor.ff590mr_window_front_left", - "binary_sensor.ff590mr_window_front_right", - "binary_sensor.ff590mr_window_rear_left", - "binary_sensor.ff590mr_window_rear_right" - ], - "view_layout": { - "grid-area": "windows" - } - }, - { - "type": "custom:button-card", - "name": "pad", - "label": "pad", - "show_state": false, - "show_name": false, - "show_label": false, - "show_icon": false, - "show_entity_picture": false, - "styles": { - "card": [ - { - "background-color": "transparent" - }, - { - "box-shadow": "0px 0px 0px 0px" - } - ] - }, - "view_layout": { - "grid-area": "pad1" - } - }, - { - "type": "custom:button-card", - "name": "pad", - "label": "pad", - "show_state": false, - "show_name": false, - "show_label": false, - "show_icon": false, - "show_entity_picture": false, - "styles": { - "card": [ - { - "background-color": "transparent" - }, - { - "box-shadow": "0px 0px 0px 0px" - } - ] - }, - "view_layout": { - "grid-area": "pad2" - } - } - ] - }, - { - "icon": "mdi:account-multiple", - "id": "people", - "title": "People", - "path": "people", - "badges": [ - { - "type": "entity", - "entity": "person.giorgio", - "show_entity_picture": true - }, - { - "type": "entity", - "entity": "person.laura", - "show_entity_picture": true - }, - { - "type": "entity", - "entity": "person.anna", - "show_entity_picture": true - }, - { - "type": "entity", - "entity": "person.assunta", - "show_entity_picture": true - } - ], - "cards": [ - { - "default_zoom": 15, - "entities": [ - "person.giorgio" - ], - "hours_to_show": 24, - "type": "map" - }, - { - "default_zoom": 15, - "entities": [ - "person.laura" - ], - "hours_to_show": 24, - "type": "map" - }, - { - "default_zoom": 15, - "entities": [ - "person.anna" - ], - "hours_to_show": 24, - "type": "map" - }, - { - "default_zoom": 15, - "entities": [ - "person.assunta" - ], - "hours_to_show": 24, - "type": "map" - } - ] - }, - { - "icon": "mdi:flash", - "id": "energy", - "title": "Monitoraggio Energetico", - "type": "sidebar", - "path": "energy", - "badges": [ - { - "type": "entity", - "show_name": false, - "show_state": true, - "show_icon": true, - "entity": "sensor.shelly_em_channel_1_power", - "color": "" - }, - { - "type": "entity", - "show_name": false, - "show_state": true, - "show_icon": true, - "entity": "sensor.shelly_em_channel_1_energy", - "color": "" - }, - { - "type": "entity", - "show_name": false, - "show_state": true, - "show_icon": true, - "entity": "sensor.shelly_em_channel_1_voltage", - "color": "" - } - ], - "cards": [ - { - "entity": "sensor.shelly_em_channel_1_power", - "max": 6000, - "min": 0, - "name": "Potenza Istantanea", - "severity": { - "green": 0, - "yellow": 2000, - "red": 3500 - }, - "type": "gauge", - "unit": "W", - "needle": true, - "view_layout": { - "position": "sidebar" - } - }, - { - "type": "gauge", - "entity": "sensor.consumo_energetico_giornaliero", - "min": 0, - "name": "Consumo Giornaliero", - "unit": "kWh", - "severity": { - "green": 0, - "yellow": 4, - "red": 5 - }, - "needle": true, - "max": 6, - "view_layout": { - "position": "sidebar" - } - }, - { - "type": "gauge", - "entity": "sensor.consumo_energetico_mensile", - "min": 0, - "max": 150, - "name": "Consumo Mensile", - "unit": "kWh", - "needle": true, - "severity": { - "green": 0, - "yellow": 100, - "red": 120 - }, - "view_layout": { - "position": "sidebar" - } - }, - { - "type": "custom:plotly-graph", - "entities": [ - "sensor.shelly_em_channel_1_power" - ], - "hours_to_show": 24, - "refresh_interval": 0, - "title": "Consumo Eenergetico", - "layout": { - "height": 500, - "xaxis": { - "rangeselector": { - "buttons": [ - { - "count": 1, - "step": "hour" - }, - { - "count": 6, - "step": "hour" - }, - { - "count": 12, - "step": "hour" - }, - { - "count": 1, - "step": "day" - }, - { - "count": 2, - "step": "day" - }, - { - "count": 7, - "step": "day" - } - ] - } - } - }, - "config": { - "scrollZoom": true, - "displayModeBar": false, - "displaylogo": false - } - }, - { - "entities": [ - { - "entity": "sensor.consumo_energetico_giornaliero" - }, - { - "entity": "sensor.consumo_energetico_mensile" - } - ], - "title": "Consumi", - "type": "entities", - "view_layout": { - "position": "main" - } - }, - { - "type": "energy-distribution", - "link_dashboard": true, - "view_layout": { - "position": "sidebar" - } - } - ] - }, - { - "icon": "mdi:alarm-light-outline", - "id": "alarms", - "title": "Allarmi", - "path": "alarms", - "badges": [ - { - "type": "entity", - "entity": "binary_sensor.alarms", - "show_entity_picture": false, - "display_type": "minimal" - } - ], - "cards": [ - { - "entities": [ - { - "entity": "group.alarms" - }, - { - "entity": "input_boolean.generic_alarm" - }, - { - "entity": "input_boolean.door_alarm" - }, - { - "entity": "input_boolean.water_alarm" - }, - { - "entity": "input_boolean.car_alarm" - } - ], - "show_header_toggle": false, - "title": "Allarmi Casa", - "type": "entities" - } - ] - }, - { - "theme": "Backend-selected", - "icon": "mdi:home-thermometer", - "id": "temperature", - "title": "Temperature", - "path": "temperature", - "badges": [ - { - "entity": "sun.sun" - }, - { - "type": "entity", - "name": "Zona Giorno", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "sensor.valvola_zona_giorno_temperature", - "color": "" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "sensor.valvola_cucina_temperature", - "color": "", - "name": "Cucina" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "sensor.valvola_sala_temperature", - "color": "", - "name": "Sala" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "sensor.valvola_studio_temperature", - "color": "", - "name": "Studio" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "color": "", - "entity": "sensor.valvola_bagno_piccolo_temperature", - "name": "Bagno Piccolo" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "sensor.valvola_bagno_grande_temperature", - "color": "", - "name": "Bagno Grande" - }, - { - "type": "entity", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "sensor.valvola_camera_temperature", - "color": "", - "name": "Camera" - }, - { - "type": "entity", - "name": "Balcone", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "sensor.temperatura_balcone_temperature", - "color": "" - }, - { - "type": "entity", - "name": "Veranda", - "show_name": true, - "show_state": true, - "show_icon": true, - "entity": "sensor.temperatura_veranda_temperature", - "color": "" - }, - { - "type": "entity", - "entity": "sensor.temperatura_balcone_humidity", - "display_type": "complete" - }, - { - "type": "entity", - "entity": "sensor.temperatura_veranda_humidity", - "display_type": "complete" - } - ], - "cards": [], - "type": "sections", - "max_columns": 3, - "sections": [ - { - "type": "grid", - "cards": [ - { - "type": "custom:mushroom-title-card", - "title": "Meteo Savona", - "alignment": "center" - }, - { - "type": "custom:clock-weather-card", - "entity": "weather.savona" - }, - { - "type": "custom:mushroom-title-card", - "title": "Meteo Morgex", - "alignment": "center" - }, - { - "type": "custom:clock-weather-card", - "entity": "weather.morgex", - "alignment": "center" - }, - { - "type": "custom:mushroom-title-card", - "title": "Sole", - "alignment": "center" - }, - { - "type": "custom:horizon-card" - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "custom:mushroom-title-card", - "title": "Temperatura Interna", - "alignment": "center" - }, - { - "type": "horizontal-stack", - "cards": [ - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.valvola_zona_giorno_temperature", - "name": "Zona Giorno" - } - ], - "name": "Zona Giorno", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - }, - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.valvola_cucina_temperature", - "name": "Cucina" - } - ], - "name": "Cucina", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - } - ] - }, - { - "type": "horizontal-stack", - "cards": [ - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.valvola_sala_temperature", - "name": "Sala" - } - ], - "name": "Sala", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - }, - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.valvola_studio_temperature", - "name": "Studio" - } - ], - "name": "Studio", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - } - ] - }, - { - "type": "horizontal-stack", - "cards": [ - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.valvola_bagno_piccolo_temperature", - "name": "Bagno Piccolo" - } - ], - "name": "Bagno Piccolo", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - }, - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.valvola_bagno_grande_temperature", - "name": "Bagno Grande" - } - ], - "name": "Bagno Grande", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 3, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - } - ] - }, - { - "type": "horizontal-stack", - "cards": [ - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.valvola_camera_temperature", - "name": "Camera" - } - ], - "name": "Camera", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 3, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - } - ] - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "custom:mushroom-title-card", - "title": "Temperatura Esterna", - "alignment": "center" - }, - { - "type": "vertical-stack", - "cards": [ - { - "type": "horizontal-stack", - "cards": [ - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.temperatura_balcone_temperature", - "name": "Balcone" - } - ], - "name": "Balcone", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - }, - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.temperatura_veranda_temperature", - "name": "Veranda" - } - ], - "name": "Veranda", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 16, - "color": "#4a90e2" - }, - { - "value": 19, - "color": "#ffbd00" - }, - { - "value": 23, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - } - ] - }, - { - "type": "custom:mushroom-title-card", - "title": "Umidità Esterna", - "alignment": "center" - }, - { - "type": "horizontal-stack", - "cards": [ - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.temperatura_balcone_humidity", - "name": "Balcone" - } - ], - "name": "Balcone", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 40, - "color": "#4a90e2" - }, - { - "value": 60, - "color": "#ffbd00" - }, - { - "value": 80, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - }, - { - "type": "custom:mini-graph-card", - "entities": [ - { - "entity": "sensor.temperatura_veranda_humidity", - "name": "Veranda" - } - ], - "name": "Veranda", - "hours_to_show": 24, - "points_per_hour": 1, - "show": { - "name": true, - "state": true - }, - "line_width": 5, - "color_thresholds": [ - { - "value": 40, - "color": "#4a90e2" - }, - { - "value": 60, - "color": "#ffbd00" - }, - { - "value": 80, - "color": "#ee7c3a" - } - ], - "hour24": true, - "decimals": 0 - } - ] - } - ] - } - ] - } - ] - }, - { - "type": "sections", - "max_columns": 3, - "title": "Stanze", - "path": "rooms", - "sections": [ - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Zona Giorno", - "heading_style": "title", - "badges": [ - { - "type": "entity", - "entity": "sensor.valvola_zona_giorno_temperature" - } - ] - }, - { - "type": "picture", - "image": "/local/images/rooms/zona_giorno_off.jpg" - }, - { - "features": [ - { - "type": "toggle" - } - ], - "type": "tile", - "entity": "light.luce_zona_giorno", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "features": [ - { - "type": "toggle" - } - ], - "type": "tile", - "entity": "light.luce_armadio", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "type": "tile", - "entity": "climate.zona_giorno", - "features_position": "bottom", - "vertical": false, - "features": [ - { - "type": "climate-preset-modes", - "style": "dropdown" - } - ] - }, - { - "type": "tile", - "entity": "climate.climatizzatore_zona_giorno", - "features_position": "bottom", - "vertical": false, - "features": [ - { - "type": "climate-hvac-modes" - } - ] - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Cucina", - "heading_style": "title", - "badges": [ - { - "type": "entity", - "entity": "sensor.valvola_cucina_temperature" - } - ], - "icon": "mdi:faucet-variant" - }, - { - "type": "picture", - "image": "/local/images/rooms/cucina_off.jpg" - }, - { - "features": [ - { - "type": "toggle" - } - ], - "type": "tile", - "entity": "light.luce_cucina", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "features": [ - { - "type": "toggle" - } - ], - "type": "tile", - "entity": "light.luce_vetrine", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "features": [ - { - "type": "cover-position" - } - ], - "type": "tile", - "entity": "cover.tapparella_cucina_grande", - "features_position": "bottom", - "vertical": false, - "hide_state": false, - "state_content": "current_position" - }, - { - "features": [ - { - "type": "cover-position" - } - ], - "type": "tile", - "entity": "cover.tapparella_cucina_piccola", - "features_position": "bottom", - "vertical": false, - "hide_state": false, - "state_content": "current_position" - }, - { - "type": "tile", - "entity": "climate.cucina", - "features_position": "bottom", - "vertical": false, - "features": [ - { - "type": "climate-preset-modes", - "style": "dropdown" - } - ] - }, - { - "type": "tile", - "entity": "media_player.tv_cucina" - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Sala", - "heading_style": "title", - "icon": "mdi:television", - "badges": [ - { - "type": "entity", - "entity": "sensor.valvola_sala_temperature" - } - ] - }, - { - "type": "picture", - "image": "/local/images/rooms/sala_off.jpg" - }, - { - "features": [ - { - "type": "light-brightness" - } - ], - "type": "tile", - "entity": "light.luce_sala", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "features": [ - { - "type": "cover-position" - } - ], - "type": "tile", - "entity": "cover.tapparella_sala", - "features_position": "bottom", - "vertical": false, - "state_content": "current_position" - }, - { - "type": "tile", - "entity": "media_player.sony_kd_55xf8596", - "features_position": "bottom", - "vertical": false - }, - { - "type": "tile", - "entity": "climate.sala", - "features_position": "bottom", - "vertical": false, - "features": [ - { - "type": "climate-preset-modes", - "style": "dropdown" - } - ] - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Studio", - "heading_style": "title", - "badges": [ - { - "type": "entity", - "entity": "sensor.valvola_studio_temperature" - } - ], - "icon": "mdi:desk" - }, - { - "type": "picture", - "image": "/local/images/rooms/studio_off.jpg" - }, - { - "features": [ - { - "type": "toggle" - } - ], - "type": "tile", - "entity": "light.luce_studio", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "features": [ - { - "type": "cover-position" - } - ], - "type": "tile", - "entity": "cover.tapparella_studio", - "features_position": "bottom", - "vertical": false, - "state_content": "current_position" - }, - { - "type": "tile", - "entity": "climate.studio", - "features_position": "bottom", - "vertical": false, - "features": [ - { - "type": "climate-preset-modes", - "style": "dropdown" - } - ] - }, - { - "type": "tile", - "entity": "climate.climatizzatore_studio", - "features_position": "bottom", - "vertical": false, - "features": [ - { - "type": "climate-hvac-modes" - } - ] - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Bagno Piccolo", - "heading_style": "title", - "icon": "mdi:shower-head", - "badges": [ - { - "type": "entity", - "entity": "sensor.valvola_bagno_piccolo_temperature" - } - ] - }, - { - "type": "picture", - "image": "/local/images/rooms/bagno_off.jpg" - }, - { - "type": "tile", - "entity": "climate.bagno_piccolo", - "features_position": "bottom", - "vertical": false, - "features": [ - { - "type": "climate-preset-modes", - "style": "dropdown" - } - ] - }, - { - "features": [ - { - "type": "cover-position" - } - ], - "type": "tile", - "entity": "cover.tenda_bagno", - "features_position": "bottom", - "vertical": false, - "state_content": "current_position" - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Zona Notte", - "heading_style": "title" - }, - { - "type": "picture", - "image": "/local/images/rooms/zona_notte_off.jpg" - }, - { - "features": [ - { - "type": "toggle" - } - ], - "type": "tile", - "entity": "light.luce_zona_notte", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "type": "tile", - "entity": "climate.climatizzatore_zona_notte", - "features_position": "bottom", - "vertical": false, - "features": [ - { - "type": "climate-hvac-modes" - } - ] - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Bagno Grande", - "heading_style": "title", - "icon": "mdi:shower", - "badges": [ - { - "type": "entity", - "entity": "sensor.valvola_bagno_grande_temperature" - } - ] - }, - { - "type": "picture", - "image": "/local/images/rooms/bagno_off.jpg" - }, - { - "features": [ - { - "type": "toggle" - } - ], - "type": "tile", - "entity": "light.luce_bagno", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "features": [ - { - "type": "toggle" - } - ], - "type": "tile", - "entity": "light.luce_specchio", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "features": [ - { - "type": "toggle" - } - ], - "type": "tile", - "entity": "light.luce_trono", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "features": [ - { - "type": "cover-position" - } - ], - "type": "tile", - "entity": "cover.tapparella_bagno", - "features_position": "bottom", - "vertical": false, - "state_content": "current_position" - }, - { - "type": "tile", - "entity": "climate.bagno_grande", - "features_position": "bottom", - "vertical": false, - "features": [ - { - "type": "climate-preset-modes", - "style": "dropdown" - } - ] - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Camera", - "heading_style": "title", - "icon": "mdi:bed-empty", - "badges": [ - { - "type": "entity", - "entity": "sensor.valvola_camera_temperature" - } - ] - }, - { - "type": "picture", - "image": "/local/images/rooms/camera_off.jpg" - }, - { - "features": [ - { - "type": "light-brightness" - } - ], - "type": "tile", - "entity": "light.luce_camera", - "features_position": "bottom", - "vertical": false, - "hide_state": true - }, - { - "features": [ - { - "type": "cover-position" - } - ], - "type": "tile", - "entity": "cover.tapparella_camera", - "features_position": "bottom", - "vertical": false, - "state_content": "current_position" - }, - { - "type": "tile", - "entity": "climate.camera", - "features_position": "bottom", - "vertical": false, - "features": [ - { - "type": "climate-preset-modes", - "style": "dropdown" - } - ] - }, - { - "type": "tile", - "entity": "media_player.tv_camera" - } - ] - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Balcone", - "heading_style": "title", - "badges": [ - { - "type": "entity", - "entity": "sensor.temperatura_balcone_temperature" - } - ] - }, - { - "type": "picture", - "image": "/local/images/rooms/balcone_off.jpg" - }, - { - "features": [ - { - "type": "toggle" - } - ], - "type": "tile", - "entity": "light.luce_balcone", - "features_position": "bottom", - "vertical": false, - "hide_state": true - } - ] - } - ], - "cards": [], - "dense_section_placement": false, - "icon": "mdi:devices", - "header": {} - } - ] - } - } -} \ No newline at end of file diff --git a/.storage/lovelace_dashboards b/.storage/lovelace_dashboards index 3d8ded0f..4ae33819 100644 --- a/.storage/lovelace_dashboards +++ b/.storage/lovelace_dashboards @@ -39,6 +39,15 @@ "require_admin": false, "mode": "storage", "url_path": "dashboard-mappa" + }, + { + "id": "lovelace", + "icon": "mdi:view-dashboard", + "title": "Overview", + "url_path": "lovelace", + "require_admin": false, + "mode": "storage", + "show_in_sidebar": true } ] } -- 2.47.3