This commit is contained in:
Home Assistant Version Control
2026-08-07 14:46:21 +00:00
parent 8ee609696a
commit d7a3e660c6
3 changed files with 45 additions and 39 deletions
+31 -28
View File
@@ -438,6 +438,37 @@
"heading": "Print Activity",
"icon": "mdi:chart-box-outline"
},
{
"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",
"type": "line",
"curve": "straight",
"fill_raw": "last"
}
],
"grid_options": {
"columns": "full"
},
"apex_config": {
"chart": {
"height": 300
},
"stroke": {
"width": 1
}
}
},
{
"type": "history-graph",
"title": "Print Progress (24h)",
@@ -475,34 +506,6 @@
"columns": "full"
}
},
{
"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",
"type": "line",
"curve": "straight",
"fill_raw": "last"
}
],
"grid_options": {
"columns": "full"
},
"apex_config": {
"chart": {
"height": 300
}
}
},
{
"type": "history-graph",
"title": "Printing State (7 days)",