3 files
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user