1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/iaqualink/const.py
2022-04-26 10:53:02 +02:00

6 lines
142 B
Python

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