Files
core/homeassistant/components/hypontech/const.py
T
2026-06-12 11:59:07 +02:00

11 lines
189 B
Python

"""Constants for the Hypontech Cloud integration."""
from logging import Logger, getLogger
DOMAIN = "hypontech"
CONF_OEM = "oem"
DEFAULT_OEM = 0
LOGGER: Logger = getLogger(__package__)