This commit is contained in:
Johannes
2022-06-05 13:53:53 +02:00
committed by GitHub
parent 2ee5e7da56
commit f93d357a86

View File

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