Files
home-assistant-core/homeassistant/components/hypontech/const.py
T
2026-02-16 23:38:44 +01:00

8 lines
155 B
Python

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