mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 20:05: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
|