mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-21 15:04:24 +01:00
fix typo
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user