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

This commit is contained in:
Home Assistant Version Control
2026-08-07 16:05:49 +00:00
parent 702184d690
commit d9e4eab4d6
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -126,6 +126,13 @@
"columns": 6
}
},
{
"type": "markdown",
"content": "**Time remaining:** {{ (states('sensor.octoprint_time_left') | int(0) // 3600) }}h {{ ((states('sensor.octoprint_time_left') | int(0) % 3600) // 60) }}m\n\n**Est. finish (local):** {{ (as_local(states('sensor.octoprint_approximate_completion_time') | as_datetime)).strftime('%I:%M %p').lstrip('0') }}",
"grid_options": {
"columns": 6
}
},
{
"type": "tile",
"entity": "sensor.octoprint_current_z",