core/homeassistant/components/intellifire/const.py

11 lines
189 B
Python
Raw Normal View History

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