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

This commit is contained in:
Home Assistant Version Control
2026-08-22 02:55:32 +00:00
parent d0372db981
commit 8bb442a39e
2 changed files with 10 additions and 27 deletions
+9 -27
View File
@@ -72,6 +72,15 @@
"columns": 6
}
},
{
"type": "tile",
"entity": "sensor.octoprint_current_z",
"name": "Current Z",
"icon": "mdi:axis-z-arrow",
"grid_options": {
"columns": 6
}
},
{
"type": "markdown",
"content": "**File:** {{ states('sensor.octoprint_print_file') }}\n**Size:** {{ (states('sensor.octoprint_print_file_size') | int(0) / 1048576) | round(2) }} MB\n**User:** {{ states('sensor.octoprint_print_user') }}",
@@ -140,15 +149,6 @@
"columns": 6
}
},
{
"type": "tile",
"entity": "sensor.octoprint_current_z",
"name": "Current Z",
"icon": "mdi:axis-z-arrow",
"grid_options": {
"columns": 6
}
},
{
"type": "tile",
"entity": "light.3d_printer_lights",
@@ -880,24 +880,6 @@
"type": "tile",
"entity": "sensor.octoprint_uptime",
"icon": "mdi:clock-outline"
},
{
"type": "tile",
"entity": "sensor.octoprint_serial_health_ratio",
"name": "Serial Health",
"icon": "mdi:heart-pulse",
"grid_options": {
"columns": 6
}
},
{
"type": "tile",
"entity": "binary_sensor.octoprint_serial_health_critical",
"name": "Serial Critical",
"icon": "mdi:alert",
"grid_options": {
"columns": 6
}
}
]
}