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 |
Constants for the IntelliFire integration.
| 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__) |