This commit is contained in:
Home Assistant Version Control
2026-08-14 02:06:29 +00:00
parent 329cf9f569
commit 18e7b8bab4
3 changed files with 32 additions and 19 deletions
+11
View File
@@ -1083,6 +1083,17 @@
"show_state": true,
"show_icon": true,
"entity": "light.night_light"
},
{
"type": "custom:mushroom-light-card",
"entity": "light.3d_printer_lights",
"name": "Printer Light",
"icon": "mdi:lightbulb",
"primary_info": "name",
"secondary_info": "state",
"tap_action": {
"action": "toggle"
}
}
],
"max_columns": 4,