Elmax/sensor platform (#64090)

This commit is contained in:
Alberto Geniola 2022-06-30 23:55:57 +02:00 committed by GitHub
parent 2c171e30fa
commit 73a0197cac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 76 additions and 1 deletions

View file

@ -11,7 +11,7 @@ CONF_ELMAX_PANEL_NAME = "panel_name"
CONF_CONFIG_ENTRY_ID = "config_entry_id"
CONF_ENDPOINT_ID = "endpoint_id"
ELMAX_PLATFORMS = [Platform.SWITCH]
ELMAX_PLATFORMS = [Platform.SWITCH, Platform.BINARY_SENSOR]
POLLING_SECONDS = 30
DEFAULT_TIMEOUT = 10.0