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