Elmax/alarm_control_panel (#75365)

This commit is contained in:
Alberto Geniola 2022-12-18 17:12:43 +01:00 committed by GitHub
parent f99d26231f
commit ecdbddc1fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 124 additions and 3 deletions

View file

@ -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