.ha_mcp/logs/mcp_usage.jsonl, .storage/lovelace.printer_stats
This commit is contained in:
@@ -63,6 +63,22 @@
|
||||
"columns": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "binary_sensor.octoprint_paused",
|
||||
"name": "Paused",
|
||||
"icon": "mdi:pause",
|
||||
"grid_options": {
|
||||
"columns": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "markdown",
|
||||
"content": "**File:** {{ states('sensor.octoprint_print_file') }}\n**Size:** {{ (states('sensor.octoprint_print_file_size') | int(0) / 1024) | round(1) }} KB\n**User:** {{ states('sensor.octoprint_print_user') }}",
|
||||
"grid_options": {
|
||||
"columns": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.octoprint_print_file",
|
||||
@@ -808,6 +824,24 @@
|
||||
"type": "tile",
|
||||
"entity": "sensor.octoprint_uptime",
|
||||
"icon": "mdi:clock-outline"
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "sensor.octoprint_serial_health_ratio",
|
||||
"name": "Serial Health",
|
||||
"icon": "mdi:heart-pulse",
|
||||
"grid_options": {
|
||||
"columns": 6
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tile",
|
||||
"entity": "binary_sensor.octoprint_serial_health_critical",
|
||||
"name": "Serial Critical",
|
||||
"icon": "mdi:alert",
|
||||
"grid_options": {
|
||||
"columns": 6
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user