.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats

This commit is contained in:
Home Assistant Version Control
2026-08-10 05:34:14 +00:00
parent 94aeed2e02
commit 1a60583c36
2 changed files with 37 additions and 0 deletions
+36
View File
@@ -288,6 +288,18 @@
"grid_options": {
"columns": 6
}
},
{
"type": "button",
"name": "GCode Viewer",
"icon": "mdi:cube-outline",
"tap_action": {
"action": "url",
"url_path": "https://ender5pro.duckdns.org/#/viewer"
},
"grid_options": {
"columns": 6
}
}
]
},
@@ -777,6 +789,30 @@
]
}
]
},
{
"title": "GCode 3D",
"path": "gcode-3d",
"type": "sections",
"max_columns": 2,
"sections": [
{
"type": "grid",
"cards": [
{
"type": "heading",
"heading": "3D Toolpath",
"icon": "mdi:cube-scan"
},
{
"type": "custom:gcode-viewer-card",
"grid_options": {
"columns": "full"
}
}
]
}
]
}
]
}