Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.elmax.const
 

Variables

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