"""Constants for the iaqualink component."""

from datetime import timedelta

DOMAIN = "iaqualink"
UPDATE_INTERVAL = timedelta(seconds=15)