1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-24 01:10:24 +01:00
Files
core/homeassistant/components/iaqualink/const.py
T
2022-12-20 11:10:31 +01:00

6 lines
138 B
Python

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