This commit is contained in:
Home Assistant Version Control
2026-08-08 02:35:09 +00:00
parent 68f88b3d1e
commit 33cc89a698
3 changed files with 26 additions and 33 deletions
-9
View File
@@ -117,15 +117,6 @@
"columns": 6
}
},
{
"type": "tile",
"entity": "sensor.octoprint_approximate_completion_time",
"name": "Est. Finish",
"icon": "mdi:calendar-clock",
"grid_options": {
"columns": 6
}
},
{
"type": "markdown",
"content": "{% set finish = states('sensor.octoprint_approximate_completion_time') | as_datetime %}{% if finish %}**Est. finish:** {{ (as_local(finish)).strftime('%I:%M %p').lstrip('0') }}{% else %}**Est. finish:** —{% endif %}",