mirror of
https://github.com/home-assistant/core.git
synced 2026-05-31 04:34:10 +01:00
11ccd166fe
* Use pybalboa 1.0.0 * Code changes per PR review
5 lines
128 B
Python
5 lines
128 B
Python
"""Constants for the Balboa Spa Client integration."""
|
|
DOMAIN = "balboa"
|
|
CONF_SYNC_TIME = "sync_time"
|
|
DEFAULT_SYNC_TIME = False
|