This commit is contained in:
Johannes
2022-05-22 10:04:50 +02:00
parent 007e5ffaa7
commit 41cccaccc6

View File

@@ -429,6 +429,9 @@ class LuiPagesGen(object):
if pos is None: if pos is None:
pos_status = entity.state pos_status = entity.state
pos = "disable" pos = "disable"
else:
pos_status = pos
icon_up = get_icon_id("arrow-up") icon_up = get_icon_id("arrow-up")
icon_stop = get_icon_id("stop") icon_stop = get_icon_id("stop")