Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.elmax.const Namespace Reference

Variables

string CONF_CONFIG_ENTRY_ID = "config_entry_id"
 
string CONF_ELMAX_MODE = "mode"
 
string CONF_ELMAX_MODE_CLOUD = "cloud"
 
string CONF_ELMAX_MODE_DIRECT = "direct"
 
string CONF_ELMAX_MODE_DIRECT_HOST = "panel_api_host"
 
string CONF_ELMAX_MODE_DIRECT_PORT = "panel_api_port"
 
string CONF_ELMAX_MODE_DIRECT_SSL = "use_ssl"
 
string CONF_ELMAX_MODE_DIRECT_SSL_CERT = "ssl_cert"
 
string CONF_ELMAX_PANEL_ID = "panel_id"
 
string CONF_ELMAX_PANEL_LOCAL_ID = "panel_local_id"
 
string CONF_ELMAX_PANEL_NAME = "panel_name"
 
string CONF_ELMAX_PANEL_PIN = "panel_pin"
 
string CONF_ELMAX_PANEL_REMOTE_ID = "panel_remote_id"
 
string CONF_ELMAX_PASSWORD = "password"
 
string CONF_ELMAX_USERNAME = "username"
 
string CONF_ENDPOINT_ID = "endpoint_id"
 
float DEFAULT_TIMEOUT = 10.0
 
string DOMAIN = "elmax"
 
string ELMAX_LOCAL_API_PATH = "api/v2"
 
int ELMAX_MODE_DIRECT_DEFAULT_HTTP_PORT = 80
 
int ELMAX_MODE_DIRECT_DEFAULT_HTTPS_PORT = 443
 
list ELMAX_PLATFORMS
 
string MIN_APIV2_SUPPORTED_VERSION = "4.9.13"
 
int POLLING_SECONDS = 30
 

Detailed Description

Constants for the elmax-cloud integration.

Variable Documentation

◆ CONF_CONFIG_ENTRY_ID

string homeassistant.components.elmax.const.CONF_CONFIG_ENTRY_ID = "config_entry_id"

Definition at line 24 of file const.py.

◆ CONF_ELMAX_MODE

string homeassistant.components.elmax.const.CONF_ELMAX_MODE = "mode"

Definition at line 14 of file const.py.

◆ CONF_ELMAX_MODE_CLOUD

string homeassistant.components.elmax.const.CONF_ELMAX_MODE_CLOUD = "cloud"

Definition at line 15 of file const.py.

◆ CONF_ELMAX_MODE_DIRECT

string homeassistant.components.elmax.const.CONF_ELMAX_MODE_DIRECT = "direct"

Definition at line 16 of file const.py.

◆ CONF_ELMAX_MODE_DIRECT_HOST

string homeassistant.components.elmax.const.CONF_ELMAX_MODE_DIRECT_HOST = "panel_api_host"

Definition at line 17 of file const.py.

◆ CONF_ELMAX_MODE_DIRECT_PORT

string homeassistant.components.elmax.const.CONF_ELMAX_MODE_DIRECT_PORT = "panel_api_port"

Definition at line 18 of file const.py.

◆ CONF_ELMAX_MODE_DIRECT_SSL

string homeassistant.components.elmax.const.CONF_ELMAX_MODE_DIRECT_SSL = "use_ssl"

Definition at line 19 of file const.py.

◆ CONF_ELMAX_MODE_DIRECT_SSL_CERT

string homeassistant.components.elmax.const.CONF_ELMAX_MODE_DIRECT_SSL_CERT = "ssl_cert"

Definition at line 20 of file const.py.

◆ CONF_ELMAX_PANEL_ID

string homeassistant.components.elmax.const.CONF_ELMAX_PANEL_ID = "panel_id"

Definition at line 8 of file const.py.

◆ CONF_ELMAX_PANEL_LOCAL_ID

string homeassistant.components.elmax.const.CONF_ELMAX_PANEL_LOCAL_ID = "panel_local_id"

Definition at line 9 of file const.py.

◆ CONF_ELMAX_PANEL_NAME

string homeassistant.components.elmax.const.CONF_ELMAX_PANEL_NAME = "panel_name"

Definition at line 12 of file const.py.

◆ CONF_ELMAX_PANEL_PIN

string homeassistant.components.elmax.const.CONF_ELMAX_PANEL_PIN = "panel_pin"

Definition at line 11 of file const.py.

◆ CONF_ELMAX_PANEL_REMOTE_ID

string homeassistant.components.elmax.const.CONF_ELMAX_PANEL_REMOTE_ID = "panel_remote_id"

Definition at line 10 of file const.py.

◆ CONF_ELMAX_PASSWORD

string homeassistant.components.elmax.const.CONF_ELMAX_PASSWORD = "password"

Definition at line 7 of file const.py.

◆ CONF_ELMAX_USERNAME

string homeassistant.components.elmax.const.CONF_ELMAX_USERNAME = "username"

Definition at line 6 of file const.py.

◆ CONF_ENDPOINT_ID

string homeassistant.components.elmax.const.CONF_ENDPOINT_ID = "endpoint_id"

Definition at line 25 of file const.py.

◆ DEFAULT_TIMEOUT

float homeassistant.components.elmax.const.DEFAULT_TIMEOUT = 10.0

Definition at line 37 of file const.py.

◆ DOMAIN

string homeassistant.components.elmax.const.DOMAIN = "elmax"

Definition at line 5 of file const.py.

◆ ELMAX_LOCAL_API_PATH

string homeassistant.components.elmax.const.ELMAX_LOCAL_API_PATH = "api/v2"

Definition at line 22 of file const.py.

◆ ELMAX_MODE_DIRECT_DEFAULT_HTTP_PORT

int homeassistant.components.elmax.const.ELMAX_MODE_DIRECT_DEFAULT_HTTP_PORT = 80

Definition at line 35 of file const.py.

◆ ELMAX_MODE_DIRECT_DEFAULT_HTTPS_PORT

int homeassistant.components.elmax.const.ELMAX_MODE_DIRECT_DEFAULT_HTTPS_PORT = 443

Definition at line 34 of file const.py.

◆ ELMAX_PLATFORMS

list homeassistant.components.elmax.const.ELMAX_PLATFORMS
Initial value:
1 = [
2  Platform.SWITCH,
3  Platform.BINARY_SENSOR,
4  Platform.ALARM_CONTROL_PANEL,
5  Platform.COVER,
6 ]

Definition at line 27 of file const.py.

◆ MIN_APIV2_SUPPORTED_VERSION

string homeassistant.components.elmax.const.MIN_APIV2_SUPPORTED_VERSION = "4.9.13"

Definition at line 38 of file const.py.

◆ POLLING_SECONDS

int homeassistant.components.elmax.const.POLLING_SECONDS = 30

Definition at line 36 of file const.py.