From: Giorgio Ravera Date: Sat, 18 Jan 2025 20:49:49 +0000 (+0100) Subject: Updated rooms' pictures X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=fe728117f2836763904f017cacb3c339083141c6;p=homeassistant.git Updated rooms' pictures --- diff --git a/.storage/lovelace b/.storage/lovelace index d618c3c0..f7b7390f 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -126,8 +126,8 @@ ], "entity": "light.luce_zona_notte", "state_image": { - "off": "/local/images/rooms/corridoio_off.jpg", - "on": "/local/images/rooms/corridoio_on.jpg" + "off": "/local/images/rooms/zona_notte_off.jpg", + "on": "/local/images/rooms/zona_notte_on.jpg" }, "title": "Zona Notte" }, @@ -2164,6 +2164,15 @@ { "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, @@ -2220,13 +2229,21 @@ }, { "type": "entity", + "name": "Balcone", + "show_name": true, + "show_state": true, + "show_icon": true, "entity": "sensor.temperatura_balcone_temperature", - "display_type": "complete" + "color": "" }, { "type": "entity", + "name": "Veranda", + "show_name": true, + "show_state": true, + "show_icon": true, "entity": "sensor.temperatura_veranda_temperature", - "display_type": "complete" + "color": "" }, { "type": "entity", @@ -2283,6 +2300,39 @@ { "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": [ @@ -2315,7 +2365,12 @@ ], "hour24": true, "decimals": 0 - }, + } + ] + }, + { + "type": "horizontal-stack", + "cards": [ { "type": "custom:mini-graph-card", "entities": [ @@ -2348,6 +2403,39 @@ ], "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 } ] }, @@ -2362,7 +2450,7 @@ "name": "Bagno Piccolo" } ], - "name": "Bagno", + "name": "Bagno Piccolo", "hours_to_show": 24, "points_per_hour": 1, "show": { @@ -2391,18 +2479,18 @@ "type": "custom:mini-graph-card", "entities": [ { - "entity": "sensor.valvola_studio_temperature", - "name": "Studio" + "entity": "sensor.valvola_bagno_grande_temperature", + "name": "Bagno Grande" } ], - "name": "Studio", + "name": "Bagno Grande", "hours_to_show": 24, "points_per_hour": 1, "show": { "name": true, "state": true }, - "line_width": 5, + "line_width": 3, "color_thresholds": [ { "value": 16, diff --git a/.storage/lovelace.lovelace_multimedia b/.storage/lovelace.lovelace_multimedia index 158eea13..5543826d 100644 --- a/.storage/lovelace.lovelace_multimedia +++ b/.storage/lovelace.lovelace_multimedia @@ -1221,7 +1221,8 @@ ], "show_header_toggle": false, "title": "Google Nest Mini Cucina", - "type": "entities" + "type": "entities", + "state_color": true }, { "cards": [ @@ -1415,7 +1416,8 @@ } ], "title": "Google Home Mini Anna", - "show_header_toggle": false + "show_header_toggle": false, + "state_color": true } ], "title": "Media Players", diff --git a/www/images/rooms/corridoio_off.jpg b/www/images/rooms/corridoio_off.jpg deleted file mode 100644 index 199fcc78..00000000 Binary files a/www/images/rooms/corridoio_off.jpg and /dev/null differ diff --git a/www/images/rooms/corridoio_on.jpg b/www/images/rooms/corridoio_on.jpg deleted file mode 100644 index 7f432871..00000000 Binary files a/www/images/rooms/corridoio_on.jpg and /dev/null differ diff --git a/www/images/rooms/cucina_off.jpg b/www/images/rooms/cucina_off.jpg index 47ba57bb..ff09b617 100644 Binary files a/www/images/rooms/cucina_off.jpg and b/www/images/rooms/cucina_off.jpg differ diff --git a/www/images/rooms/cucina_on.jpg b/www/images/rooms/cucina_on.jpg index de66d9ea..39e0e32c 100644 Binary files a/www/images/rooms/cucina_on.jpg and b/www/images/rooms/cucina_on.jpg differ diff --git a/www/images/rooms/old/corridoio_off.jpg b/www/images/rooms/old/corridoio_off.jpg new file mode 100644 index 00000000..199fcc78 Binary files /dev/null and b/www/images/rooms/old/corridoio_off.jpg differ diff --git a/www/images/rooms/old/corridoio_on.jpg b/www/images/rooms/old/corridoio_on.jpg new file mode 100644 index 00000000..7f432871 Binary files /dev/null and b/www/images/rooms/old/corridoio_on.jpg differ diff --git a/www/images/rooms/old/cucina_off.jpg b/www/images/rooms/old/cucina_off.jpg new file mode 100644 index 00000000..47ba57bb Binary files /dev/null and b/www/images/rooms/old/cucina_off.jpg differ diff --git a/www/images/rooms/old/cucina_on.jpg b/www/images/rooms/old/cucina_on.jpg new file mode 100644 index 00000000..de66d9ea Binary files /dev/null and b/www/images/rooms/old/cucina_on.jpg differ diff --git a/www/images/rooms/zona_giorno_off.jpg b/www/images/rooms/zona_giorno_off.jpg index dc4a8818..8b0c055d 100644 Binary files a/www/images/rooms/zona_giorno_off.jpg and b/www/images/rooms/zona_giorno_off.jpg differ diff --git a/www/images/rooms/zona_giorno_on.jpg b/www/images/rooms/zona_giorno_on.jpg index e7277e5c..bb6aab81 100644 Binary files a/www/images/rooms/zona_giorno_on.jpg and b/www/images/rooms/zona_giorno_on.jpg differ diff --git a/www/images/rooms/zona_notte_off.jpg b/www/images/rooms/zona_notte_off.jpg new file mode 100644 index 00000000..e37ad520 Binary files /dev/null and b/www/images/rooms/zona_notte_off.jpg differ diff --git a/www/images/rooms/zona_notte_on.jpg b/www/images/rooms/zona_notte_on.jpg new file mode 100644 index 00000000..5dd5dcee Binary files /dev/null and b/www/images/rooms/zona_notte_on.jpg differ