hass-core/homeassistant/components/intellifire/const.py
Jeef 6127a9a041
Intellifire climate Entity (#70818)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-29 13:01:38 -05:00

14 lines
245 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