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

This commit is contained in:
Home Assistant Version Control
2026-08-18 14:24:56 +00:00
parent bb3b6fd917
commit 1baaa58f51
2 changed files with 45 additions and 0 deletions
+44
View File
@@ -244,6 +244,50 @@
"grid_options": {
"columns": 6
}
},
{
"title": "Nozzle Temperature",
"type": "history-graph",
"entities": [
{
"entity": "sensor.octoprint_tool_0_temperature",
"name": "Actual",
"color": "#ef5350"
},
{
"entity": "sensor.octoprint_tool_0_target",
"name": "Target",
"color": "#ffab91"
}
],
"hours_to_show": 24,
"show_names": true,
"expand_legend": true,
"grid_options": {
"columns": "full"
}
},
{
"title": "Bed Temperature",
"type": "history-graph",
"entities": [
{
"entity": "sensor.octoprint_bed_temperature",
"name": "Actual",
"color": "#42a5f5"
},
{
"entity": "sensor.octoprint_bed_target",
"name": "Target",
"color": "#90caf9"
}
],
"hours_to_show": 24,
"show_names": true,
"expand_legend": true,
"grid_options": {
"columns": "full"
}
}
]
},