.storage/lovelace.morning_hub

This commit is contained in:
Home Assistant Version Control
2026-07-28 14:43:06 +00:00
parent cb7279f57c
commit 9b37a6c929
+5 -1
View File
@@ -579,7 +579,11 @@
{ {
"type": "custom:power-gauge-card", "type": "custom:power-gauge-card",
"entity": "sensor.meter00_power", "entity": "sensor.meter00_power",
"max": 10000 "max": 10000,
"grid_options": {
"columns": 9,
"rows": 1
}
} }
] ]
} }