From: Giorgio Ravera Date: Wed, 30 Oct 2024 05:54:16 +0000 (+0100) Subject: Minor changes to lovelace X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=bde4bbb30ebd027e4881574a33517164621ba255;p=homeassistant.git Minor changes to lovelace --- diff --git a/.storage/lovelace b/.storage/lovelace index 72f113ed..0a5dcf65 100644 --- a/.storage/lovelace +++ b/.storage/lovelace @@ -308,7 +308,7 @@ "color": "#c0392b" } ], - "decimals": 0, + "decimals": 2, "hour24": true }, { @@ -1168,7 +1168,7 @@ "color": "#c0392b" } ], - "decimals": 0, + "decimals": 2, "hour24": true }, { @@ -2614,13 +2614,13 @@ "cards": [ { "entity": "sensor.shelly_em_channel_1_power", - "max": 4000, + "max": 6000, "min": 0, "name": "Potenza Istantanea", "severity": { "green": 0, "yellow": 2000, - "red": 3000 + "red": 3500 }, "type": "gauge", "unit": "W", @@ -2631,13 +2631,13 @@ }, { "entity": "sensor.shelly_em_old_channel_1_power", - "max": 4000, + "max": 6000, "min": 0, "name": "Potenza Istantanea", "severity": { "green": 0, "yellow": 2000, - "red": 3000 + "red": 3500 }, "type": "gauge", "unit": "W",