mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 20:05:12 +01: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__)
|