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

This commit is contained in:
Home Assistant Version Control
2026-08-10 13:30:25 +00:00
parent b2bd7be8ba
commit c7c257cf81
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -385,13 +385,13 @@
{
"type": "heading",
"heading": "Filament Usage",
"icon": "mdi:spool"
"icon": "mdi:chart-donut"
},
{
"type": "tile",
"entity": "sensor.octoprint_last_print_filament",
"name": "Last Job",
"icon": "mdi:spool",
"icon": "mdi:history",
"grid_options": {
"columns": 4
}
@@ -427,7 +427,7 @@
"type": "tile",
"entity": "sensor.octoprint_filament_used_total",
"name": "Grand Total",
"icon": "mdi:spool",
"icon": "mdi:chart-pie",
"grid_options": {
"columns": 4
}