.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user