core/homeassistant/components/balboa/const.py

6 lines
129 B
Python
Raw Normal View History

2021-11-25 18:04:06 +00:00
"""Constants for the Balboa Spa Client integration."""
2021-11-25 18:04:06 +00:00
DOMAIN = "balboa"
CONF_SYNC_TIME = "sync_time"
DEFAULT_SYNC_TIME = False