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

This commit is contained in:
Home Assistant Version Control
2026-08-07 04:29:27 +00:00
parent 8622354b94
commit 9a41fb3941
2 changed files with 65 additions and 0 deletions
+64
View File
@@ -293,6 +293,70 @@
}
}
]
},
{
"type": "grid",
"cards": [
{
"type": "heading",
"heading": "Totals",
"icon": "mdi:chart-box-outline"
},
{
"type": "tile",
"entity": "sensor.octoprint_printer_print_time_today",
"name": "Print Time Today",
"icon": "mdi:clock-start",
"grid_options": {
"columns": 4
}
},
{
"type": "tile",
"entity": "sensor.octoprint_printer_print_time_this_week",
"name": "Print Time This Week",
"icon": "mdi:calendar-week",
"grid_options": {
"columns": 4
}
},
{
"type": "tile",
"entity": "sensor.octoprint_printer_print_time_last_7_days",
"name": "Print Time Last 7 Days",
"icon": "mdi:clock-history",
"grid_options": {
"columns": 4
}
},
{
"type": "tile",
"entity": "sensor.octoprint_printer_prints_today",
"name": "Prints Today",
"icon": "mdi:counter",
"grid_options": {
"columns": 4
}
},
{
"type": "tile",
"entity": "sensor.octoprint_printer_prints_this_week",
"name": "Prints This Week",
"icon": "mdi:counter",
"grid_options": {
"columns": 4
}
},
{
"type": "tile",
"entity": "sensor.octoprint_printer_prints_last_7_days",
"name": "Prints Last 7 Days",
"icon": "mdi:counter",
"grid_options": {
"columns": 4
}
}
]
}
]
},