mirror of
https://github.com/home-assistant/core.git
synced 2026-02-28 13:56:28 +00:00
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
8 lines
155 B
Python
8 lines
155 B
Python
"""Constants for the Hypontech Cloud integration."""
|
|
|
|
from logging import Logger, getLogger
|
|
|
|
DOMAIN = "hypontech"
|
|
|
|
LOGGER: Logger = getLogger(__package__)
|