mirror of
https://github.com/home-assistant/core.git
synced 2026-05-30 04:05:01 +01:00
64d17f44fa
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
14 lines
358 B
Python
14 lines
358 B
Python
"""Shared constants for the Vistapool integration."""
|
|
|
|
DOMAIN = "vistapool"
|
|
BRAND = "Sugar Valley"
|
|
MODEL = "Vistapool"
|
|
|
|
PATH_PREFIX = "main."
|
|
PATH_HASCD = f"{PATH_PREFIX}hasCD"
|
|
PATH_HASCL = f"{PATH_PREFIX}hasCL"
|
|
PATH_HASPH = f"{PATH_PREFIX}hasPH"
|
|
PATH_HASRX = f"{PATH_PREFIX}hasRX"
|
|
PATH_HASUV = f"{PATH_PREFIX}hasUV"
|
|
PATH_HASHIDRO = f"{PATH_PREFIX}hasHidro"
|