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