mirror of
https://github.com/home-assistant/core.git
synced 2026-02-07 23:56:36 +01:00
6 lines
129 B
Python
6 lines
129 B
Python
"""Constants for the Balboa Spa Client integration."""
|
|
|
|
DOMAIN = "balboa"
|
|
CONF_SYNC_TIME = "sync_time"
|
|
DEFAULT_SYNC_TIME = False
|