Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.intellifire.const
 

Variables

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