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