This commit is contained in:
Home Assistant Version Control
2026-08-26 06:03:37 +00:00
parent 754cbfb04d
commit 78edb45747
3 changed files with 30 additions and 1 deletions
+19
View File
@@ -460,6 +460,25 @@
}
}
},
{
"type": "vertical-stack",
"cards": [
{
"type": "custom:webrtc-camera",
"url": "https://endercamera2.duckdns.org/?action=stream",
"mode": "mse",
"style": "border-radius: 12px 12px 0 0; overflow: hidden;"
},
{
"type": "custom:mushroom-light-card",
"entity": "light.3d_printer_lights",
"name": "Lamp",
"icon": "mdi:lightbulb",
"show_brightness_control": true,
"layout": "horizontal"
}
]
},
{
"type": "horizontal-stack",
"cards": [
+9 -1
View File
@@ -24,7 +24,15 @@
"url": "octoprint",
"mode": "mse",
"grid_options": {
"columns": "full"
"columns": "half"
}
},
{
"type": "custom:webrtc-camera",
"url": "https://endercamera2.duckdns.org/?action=stream",
"mode": "mse",
"grid_options": {
"columns": "half"
}
},
{