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

This commit is contained in:
Home Assistant Version Control
2026-08-07 14:42:43 +00:00
parent 4094f485fd
commit 8ee609696a
2 changed files with 19 additions and 7 deletions
+18 -7
View File
@@ -476,21 +476,32 @@
}
},
{
"type": "history-graph",
"title": "Z Position (24h)",
"hours_to_show": 24,
"show_names": true,
"entities": [
"type": "custom:apexcharts-card",
"header": {
"show": true,
"title": "Z Position (24h)",
"show_states": true,
"colorize_states": true
},
"graph_span": "24h",
"series": [
{
"entity": "sensor.octoprint_current_z",
"name": "Current Z",
"color": "#ab47bc"
"color": "#ab47bc",
"type": "line",
"curve": "straight",
"fill_raw": "last"
}
],
"grid_options": {
"columns": "full"
},
"connect_spans": true
"apex_config": {
"chart": {
"height": 300
}
}
},
{
"type": "history-graph",