8 lines
197 B
Python
8 lines
197 B
Python
|
"""Provides the constants needed for component."""
|
||
|
|
||
|
SUPPORT_ALARM_ARM_HOME = 1
|
||
|
SUPPORT_ALARM_ARM_AWAY = 2
|
||
|
SUPPORT_ALARM_ARM_NIGHT = 4
|
||
|
SUPPORT_ALARM_TRIGGER = 8
|
||
|
SUPPORT_ALARM_ARM_CUSTOM_BYPASS = 16
|