]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Updated rooms' pictures
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 18 Jan 2025 20:49:49 +0000 (21:49 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sat, 18 Jan 2025 20:49:49 +0000 (21:49 +0100)
14 files changed:
.storage/lovelace
.storage/lovelace.lovelace_multimedia
www/images/rooms/corridoio_off.jpg [deleted file]
www/images/rooms/corridoio_on.jpg [deleted file]
www/images/rooms/cucina_off.jpg
www/images/rooms/cucina_on.jpg
www/images/rooms/old/corridoio_off.jpg [new file with mode: 0644]
www/images/rooms/old/corridoio_on.jpg [new file with mode: 0644]
www/images/rooms/old/cucina_off.jpg [new file with mode: 0644]
www/images/rooms/old/cucina_on.jpg [new file with mode: 0644]
www/images/rooms/zona_giorno_off.jpg
www/images/rooms/zona_giorno_on.jpg
www/images/rooms/zona_notte_off.jpg [new file with mode: 0644]
www/images/rooms/zona_notte_on.jpg [new file with mode: 0644]

index d618c3c0d159cc4f0f0a363fec0d12ac8a7baa64..f7b7390ff6c8acb795c034f91b2a500a29e537c3 100644 (file)
                   ],
                   "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"
                 },
             {
               "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,
             },
             {
               "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",
                 {
                   "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": [
                       ],
                       "hour24": true,
                       "decimals": 0
-                    },
+                    }
+                  ]
+                },
+                {
+                  "type": "horizontal-stack",
+                  "cards": [
                     {
                       "type": "custom:mini-graph-card",
                       "entities": [
                       ],
                       "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
                     }
                   ]
                 },
                           "name": "Bagno Piccolo"
                         }
                       ],
-                      "name": "Bagno",
+                      "name": "Bagno Piccolo",
                       "hours_to_show": 24,
                       "points_per_hour": 1,
                       "show": {
                       "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,
index 158eea13daf5e812a4a0775cb1afe8d8e89daa7c..5543826da4470ac40993cbe30560f09438a75e3a 100644 (file)
                   ],
                   "show_header_toggle": false,
                   "title": "Google Nest Mini Cucina",
-                  "type": "entities"
+                  "type": "entities",
+                  "state_color": true
                 },
                 {
                   "cards": [
                     }
                   ],
                   "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 (file)
index 199fcc7..0000000
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 (file)
index 7f43287..0000000
Binary files a/www/images/rooms/corridoio_on.jpg and /dev/null differ
index 47ba57bb808a5e57abb5905218d1a1be4d43087c..ff09b617ca636d881f7717eb1e97993310312e42 100644 (file)
Binary files a/www/images/rooms/cucina_off.jpg and b/www/images/rooms/cucina_off.jpg differ
index de66d9eac95a812c1a22e32932f4db426d95e12c..39e0e32c3498eb77cc19ed2455aa33d0ac0587ab 100644 (file)
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 (file)
index 0000000..199fcc7
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 (file)
index 0000000..7f43287
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 (file)
index 0000000..47ba57b
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 (file)
index 0000000..de66d9e
Binary files /dev/null and b/www/images/rooms/old/cucina_on.jpg differ
index dc4a8818a30ffdd7ec3017e7fc6e70dc65272a54..8b0c055d13dee462a83524353a5925e8fc5a76ac 100644 (file)
Binary files a/www/images/rooms/zona_giorno_off.jpg and b/www/images/rooms/zona_giorno_off.jpg differ
index e7277e5c56cb30a99ebd57109bb2b5e54c9ce872..bb6aab8125faf55fff720208209d416559f4b540 100644 (file)
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 (file)
index 0000000..e37ad52
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 (file)
index 0000000..5dd5dce
Binary files /dev/null and b/www/images/rooms/zona_notte_on.jpg differ