mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Norbert Rittel <norbert@rittel.de> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
7 lines
130 B
Python
7 lines
130 B
Python
"""Constants for the Seko Pooldose integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
DOMAIN = "pooldose"
|
|
MANUFACTURER = "SEKO"
|