Elmax/alarm_control_panel (#75365)
This commit is contained in:
parent
f99d26231f
commit
ecdbddc1fa
4 changed files with 124 additions and 3 deletions
|
@ -11,7 +11,11 @@ CONF_ELMAX_PANEL_NAME = "panel_name"
|
|||
CONF_CONFIG_ENTRY_ID = "config_entry_id"
|
||||
CONF_ENDPOINT_ID = "endpoint_id"
|
||||
|
||||
ELMAX_PLATFORMS = [Platform.SWITCH, Platform.BINARY_SENSOR]
|
||||
ELMAX_PLATFORMS = [
|
||||
Platform.SWITCH,
|
||||
Platform.BINARY_SENSOR,
|
||||
Platform.ALARM_CONTROL_PANEL,
|
||||
]
|
||||
|
||||
POLLING_SECONDS = 30
|
||||
DEFAULT_TIMEOUT = 10.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue