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

This commit is contained in:
Home Assistant Version Control
2026-08-14 15:19:05 +00:00
parent 30c9ddd179
commit 9246fef700
2 changed files with 35 additions and 0 deletions
+34
View File
@@ -63,6 +63,22 @@
"columns": 6
}
},
{
"type": "tile",
"entity": "binary_sensor.octoprint_paused",
"name": "Paused",
"icon": "mdi:pause",
"grid_options": {
"columns": 6
}
},
{
"type": "markdown",
"content": "**File:** {{ states('sensor.octoprint_print_file') }}\n**Size:** {{ (states('sensor.octoprint_print_file_size') | int(0) / 1024) | round(1) }} KB\n**User:** {{ states('sensor.octoprint_print_user') }}",
"grid_options": {
"columns": 6
}
},
{
"type": "tile",
"entity": "sensor.octoprint_print_file",
@@ -808,6 +824,24 @@
"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
}
}
]
}