This commit is contained in:
Home Assistant Version Control
2026-08-26 06:30:32 +00:00
parent e67ad0d8a7
commit be312b06e6
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -2442,3 +2442,5 @@
{"timestamp": "2026-08-26T06:24:05.194773+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][2][\"url\"] = \"octoprint/webcam2\"\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][2][\"mode\"] = \"mse\"\n", "config_hash": "85ee5c2a2eed5f5d", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 27.31633186340332, "success": true, "error_message": null, "response_size_bytes": 726, "user_context": null}
{"timestamp": "2026-08-26T06:30:17.146775+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "\nc1 = config[\"views\"][0][\"sections\"][0][\"cards\"][1]\nc2 = config[\"views\"][0][\"sections\"][0][\"cards\"][2]\nc2[\"type\"] = c1[\"type\"]\nc2[\"url\"] = \"camera.endercamera2_duckdns_org\"\nc2[\"mode\"] = \"mse\"\n", "config_hash": "ae1457fe107808ab", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 23.362398147583008, "success": true, "error_message": null, "response_size_bytes": 783, "user_context": null}
{"timestamp": "2026-08-26T06:30:18.707105+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "ender5-printer", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][5][\"cards\"][0] = {\n \"type\": \"custom:webrtc-camera\",\n \"url\": \"camera.endercamera2_duckdns_org\",\n \"mode\": \"mse\",\n \"style\": \"border-radius: 12px 12px 0 0; overflow: hidden;\"\n}\n", "config_hash": "1d81a51eda413cbe", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 25.137901306152344, "success": true, "error_message": null, "response_size_bytes": 673, "user_context": null}
{"timestamp": "2026-08-26T06:30:26.972515+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][2][\"url\"] = \"octoprint/cam2_Ender5Pro\"\n", "config_hash": "7b86de3489c65990", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 18.540620803833008, "success": true, "error_message": null, "response_size_bytes": 670, "user_context": null}
{"timestamp": "2026-08-26T06:30:28.576634+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "ender5-printer", "config": null, "python_transform": "\nconfig[\"views\"][0][\"sections\"][0][\"cards\"][5][\"cards\"][0][\"url\"] = \"octoprint/cam2_Ender5Pro\"\n", "config_hash": "e53170aa84dfc608", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 15.538454055786133, "success": true, "error_message": null, "response_size_bytes": 534, "user_context": null}
+1 -1
View File
@@ -465,7 +465,7 @@
"cards": [
{
"type": "custom:webrtc-camera",
"url": "camera.endercamera2_duckdns_org",
"url": "octoprint/cam2_Ender5Pro",
"mode": "mse",
"style": "border-radius: 12px 12px 0 0; overflow: hidden;"
},
+1 -1
View File
@@ -26,7 +26,7 @@
},
{
"type": "custom:webrtc-camera",
"url": "camera.endercamera2_duckdns_org",
"url": "octoprint/cam2_Ender5Pro",
"grid_options": {
"columns": "full"
},