1 """Constants for the IntelliFire integration."""
3 from __future__
import annotations
8 LOGGER = logging.getLogger(__package__)
9 DEFAULT_THERMOSTAT_TEMP = 21
11 CONF_USER_ID =
"user_id"
12 CONF_WEB_CLIENT_ID =
"web_client_id"
13 CONF_AUTH_COOKIE =
"auth_cookie"
15 CONF_SERIAL =
"serial"
16 CONF_READ_MODE =
"cloud_read"
17 CONF_CONTROL_MODE =
"cloud_control"
20 API_MODE_LOCAL =
"local"
21 API_MODE_CLOUD =
"cloud"
26 INIT_WAIT_TIME_SECONDS = 10