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

Variables

int API_RETRY_TIMES = 5
 
string CONF_ACCOUNT = "account"
 
string CONF_CONFIG_LISTENER = "config_listener"
 
string CONF_CONTROLLER_UNIQUE_ID = "controller_unique_id"
 
string CONF_DIRECTOR = "director"
 
string CONF_DIRECTOR_ALL_ITEMS = "director_all_items"
 
string CONF_DIRECTOR_MODEL = "director_model"
 
string CONF_DIRECTOR_SW_VERSION = "director_sw_version"
 
string CONF_UI_CONFIGURATION = "ui_configuration"
 
int CONTROL4_ENTITY_TYPE = 7
 
int DEFAULT_SCAN_INTERVAL = 5
 
string DOMAIN = "control4"
 
int MIN_SCAN_INTERVAL = 1
 

Detailed Description

Constants for the Control4 integration.

Variable Documentation

◆ API_RETRY_TIMES

int homeassistant.components.control4.const.API_RETRY_TIMES = 5

Definition at line 8 of file const.py.

◆ CONF_ACCOUNT

string homeassistant.components.control4.const.CONF_ACCOUNT = "account"

Definition at line 10 of file const.py.

◆ CONF_CONFIG_LISTENER

string homeassistant.components.control4.const.CONF_CONFIG_LISTENER = "config_listener"

Definition at line 18 of file const.py.

◆ CONF_CONTROLLER_UNIQUE_ID

string homeassistant.components.control4.const.CONF_CONTROLLER_UNIQUE_ID = "controller_unique_id"

Definition at line 16 of file const.py.

◆ CONF_DIRECTOR

string homeassistant.components.control4.const.CONF_DIRECTOR = "director"

Definition at line 11 of file const.py.

◆ CONF_DIRECTOR_ALL_ITEMS

string homeassistant.components.control4.const.CONF_DIRECTOR_ALL_ITEMS = "director_all_items"

Definition at line 14 of file const.py.

◆ CONF_DIRECTOR_MODEL

string homeassistant.components.control4.const.CONF_DIRECTOR_MODEL = "director_model"

Definition at line 13 of file const.py.

◆ CONF_DIRECTOR_SW_VERSION

string homeassistant.components.control4.const.CONF_DIRECTOR_SW_VERSION = "director_sw_version"

Definition at line 12 of file const.py.

◆ CONF_UI_CONFIGURATION

string homeassistant.components.control4.const.CONF_UI_CONFIGURATION = "ui_configuration"

Definition at line 15 of file const.py.

◆ CONTROL4_ENTITY_TYPE

int homeassistant.components.control4.const.CONTROL4_ENTITY_TYPE = 7

Definition at line 20 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.control4.const.DEFAULT_SCAN_INTERVAL = 5

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ MIN_SCAN_INTERVAL

int homeassistant.components.control4.const.MIN_SCAN_INTERVAL = 1

Definition at line 6 of file const.py.