Files
core/homeassistant/components/hypontech/const.py
T

8 lines
155 B
Python

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