1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-04 21:25:26 +01:00
Files
core/homeassistant/components/vistapool/const.py
T
2026-06-11 14:35:16 +02:00

15 lines
393 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_HASIO = f"{PATH_PREFIX}hasIO"
PATH_HASPH = f"{PATH_PREFIX}hasPH"
PATH_HASRX = f"{PATH_PREFIX}hasRX"
PATH_HASUV = f"{PATH_PREFIX}hasUV"
PATH_HASHIDRO = f"{PATH_PREFIX}hasHidro"