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

This commit is contained in:
Home Assistant Version Control
2026-08-24 17:39:14 +00:00
parent f13076c878
commit 9b8313282d
2 changed files with 43 additions and 0 deletions
+41
View File
@@ -515,6 +515,47 @@
"columns": 4
}
},
{
"type": "heading",
"heading": "Grams Usage",
"icon": "mdi:weight"
},
{
"type": "tile",
"entity": "sensor.octoprint_filament_weight_daily",
"name": "Filament Today",
"icon": "mdi:chart-donut",
"grid_options": {
"columns": 4
}
},
{
"type": "tile",
"entity": "sensor.octoprint_filament_weight_weekly",
"name": "Filament This Week",
"icon": "mdi:calendar-week",
"grid_options": {
"columns": 4
}
},
{
"type": "tile",
"entity": "sensor.octoprint_filament_weight_monthly",
"name": "Filament This Month",
"icon": "mdi:calendar-month",
"grid_options": {
"columns": 4
}
},
{
"type": "tile",
"entity": "sensor.octoprint_filament_used_weight_total",
"name": "Grand Total",
"icon": "mdi:chart-pie",
"grid_options": {
"columns": 4
}
},
{
"type": "custom:apexcharts-card",
"header": {