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

This commit is contained in:
Home Assistant Version Control
2026-08-14 15:53:06 +00:00
parent 141f590912
commit 32faa83559
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
},
{
"type": "markdown",
"content": "**File:** {{ states('sensor.octoprint_print_file') }}\n**Size:** {{ (states('sensor.octoprint_print_file_size') | int(0) / 1048576) | round(1) }} MB\n**User:** {{ states('sensor.octoprint_print_user') }}",
"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') }}",
"grid_options": {
"columns": "full"
}