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

Variables

string API_MODE_CLOUD = "cloud"
 
string API_MODE_LOCAL = "local"
 
string CONF_AUTH_COOKIE = "auth_cookie"
 
string CONF_CONTROL_MODE = "cloud_control"
 
string CONF_READ_MODE = "cloud_read"
 
string CONF_SERIAL = "serial"
 
string CONF_USER_ID = "user_id"
 
string CONF_WEB_CLIENT_ID = "web_client_id"
 
int DEFAULT_THERMOSTAT_TEMP = 21
 
string DOMAIN = "intellifire"
 
int INIT_WAIT_TIME_SECONDS = 10
 
 LOGGER = logging.getLogger(__package__)
 
int STARTUP_TIMEOUT = 600
 

Detailed Description

Constants for the IntelliFire integration.

Variable Documentation

◆ API_MODE_CLOUD

string homeassistant.components.intellifire.const.API_MODE_CLOUD = "cloud"

Definition at line 21 of file const.py.

◆ API_MODE_LOCAL

string homeassistant.components.intellifire.const.API_MODE_LOCAL = "local"

Definition at line 20 of file const.py.

◆ CONF_AUTH_COOKIE

string homeassistant.components.intellifire.const.CONF_AUTH_COOKIE = "auth_cookie"

Definition at line 13 of file const.py.

◆ CONF_CONTROL_MODE

string homeassistant.components.intellifire.const.CONF_CONTROL_MODE = "cloud_control"

Definition at line 17 of file const.py.

◆ CONF_READ_MODE

string homeassistant.components.intellifire.const.CONF_READ_MODE = "cloud_read"

Definition at line 16 of file const.py.

◆ CONF_SERIAL

string homeassistant.components.intellifire.const.CONF_SERIAL = "serial"

Definition at line 15 of file const.py.

◆ CONF_USER_ID

string homeassistant.components.intellifire.const.CONF_USER_ID = "user_id"

Definition at line 11 of file const.py.

◆ CONF_WEB_CLIENT_ID

string homeassistant.components.intellifire.const.CONF_WEB_CLIENT_ID = "web_client_id"

Definition at line 12 of file const.py.

◆ DEFAULT_THERMOSTAT_TEMP

int homeassistant.components.intellifire.const.DEFAULT_THERMOSTAT_TEMP = 21

Definition at line 9 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ INIT_WAIT_TIME_SECONDS

int homeassistant.components.intellifire.const.INIT_WAIT_TIME_SECONDS = 10

Definition at line 26 of file const.py.

◆ LOGGER

homeassistant.components.intellifire.const.LOGGER = logging.getLogger(__package__)

Definition at line 8 of file const.py.

◆ STARTUP_TIMEOUT

int homeassistant.components.intellifire.const.STARTUP_TIMEOUT = 600

Definition at line 24 of file const.py.