This commit is contained in:
joBr99
2022-06-05 13:53:53 +02:00
committed by GitHub
parent 1cfedd5990
commit 7525347bf5

View File

@@ -389,7 +389,7 @@ class LuiPagesGen(object):
numpad = "disable"
bits = entity.attributes.supported_features
if bits & 0b000001:
supported_modes.append("rm_home")
supported_modes.append("arm_home")
if bits & 0b000010:
supported_modes.append("arm_away")
if bits & 0b000100: