1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-04 05:59:16 +00:00

16 lines
246 B
Python

"""Constants for the IntelliFire integration."""
from __future__ import annotations
import logging
DOMAIN = "intellifire"
CONF_USER_ID = "user_id"
LOGGER = logging.getLogger(__package__)
CONF_SERIAL = "serial"
DEFAULT_THERMOSTAT_TEMP = 21