This commit is contained in:
Home Assistant Version Control
2026-08-09 01:33:15 +00:00
parent 5fc4a3a82a
commit 5f9a59bf5b
3 changed files with 19 additions and 17 deletions
+4 -4
View File
@@ -100,8 +100,8 @@
}
},
{
"type": "tile",
"entity": "sensor.octoprint_elapsed",
"type": "custom:mushroom-template-card",
"primary": "{{ (states('sensor.octoprint_elapsed') | float(0) / 60) | round(0) | int }} min",
"name": "Elapsed",
"icon": "mdi:clock-start",
"grid_options": {
@@ -109,8 +109,8 @@
}
},
{
"type": "tile",
"entity": "sensor.octoprint_time_left",
"type": "custom:mushroom-template-card",
"primary": "{{ (states('sensor.octoprint_time_left') | float(0) / 60) | round(0) | int }} min",
"name": "Remaining",
"icon": "mdi:clock-end",
"grid_options": {