.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.octoprint_print_time",
|
||||
"entity": "sensor.octoprint_elapsed",
|
||||
"name": "Elapsed",
|
||||
"icon": "mdi:clock-start",
|
||||
"grid_options": {
|
||||
@@ -102,7 +102,7 @@
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.octoprint_print_time_left",
|
||||
"entity": "sensor.octoprint_time_left",
|
||||
"name": "Remaining",
|
||||
"icon": "mdi:clock-end",
|
||||
"grid_options": {
|
||||
@@ -120,7 +120,7 @@
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.octoprint_current_z",
|
||||
"entity": "sensor.octoprint_current_z_2",
|
||||
"name": "Current Z",
|
||||
"icon": "mdi:axis-z-arrow",
|
||||
"grid_options": {
|
||||
@@ -461,12 +461,12 @@
|
||||
"show_names": true,
|
||||
"entities": [
|
||||
{
|
||||
"entity": "sensor.octoprint_print_time",
|
||||
"entity": "sensor.octoprint_elapsed",
|
||||
"name": "Elapsed",
|
||||
"color": "#26c6da"
|
||||
},
|
||||
{
|
||||
"entity": "sensor.octoprint_print_time_left",
|
||||
"entity": "sensor.octoprint_time_left",
|
||||
"name": "Remaining",
|
||||
"color": "#ffa726"
|
||||
}
|
||||
@@ -482,7 +482,7 @@
|
||||
"show_names": true,
|
||||
"entities": [
|
||||
{
|
||||
"entity": "sensor.octoprint_current_z",
|
||||
"entity": "sensor.octoprint_current_z_2",
|
||||
"name": "Current Z",
|
||||
"color": "#ab47bc"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user