mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 15:34:26 +01:00
fix typo
This commit is contained in:
@@ -147,7 +147,7 @@ class LuiPagesGen(object):
|
|||||||
pos = int(entity.attributes.get("current_position", 50))
|
pos = int(entity.attributes.get("current_position", 50))
|
||||||
if pos == 100:
|
if pos == 100:
|
||||||
status = "0|1"
|
status = "0|1"
|
||||||
elif pos == 0
|
elif pos == 0:
|
||||||
status = "1|0"
|
status = "1|0"
|
||||||
else:
|
else:
|
||||||
status = "1|1"
|
status = "1|1"
|
||||||
|
|||||||
Reference in New Issue
Block a user