.storage/lovelace.dashboard_home

This commit is contained in:
Home Assistant Version Control
2026-07-28 15:40:34 +00:00
parent b7c8c43b8b
commit 1c41fce72a
+7
View File
@@ -768,6 +768,13 @@
"show_icon": true, "show_icon": true,
"type": "button", "type": "button",
"entity": "input_boolean.pool_pump_in_use" "entity": "input_boolean.pool_pump_in_use"
},
{
"type": "custom:power-gauge-bar-card",
"entities": [
"sensor.meter00_power"
],
"max": 7500
} }
] ]
}, },