1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 13:56:28 +00:00
Files
core/homeassistant/components/hypontech/const.py
Hai-Nam Nguyen 52d645e4bf Hypontech micro invertors support via Hyponcloud (#159442)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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__)