ha-core/homeassistant/components/iaqualink/const.py

6 lines
142 B
Python

"""Constants for the the iaqualink component."""
from datetime import timedelta
DOMAIN = "iaqualink"
UPDATE_INTERVAL = timedelta(seconds=15)