1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/homeassistant/components/iaqualink/const.py
2024-03-08 08:52:48 -05:00

7 lines
139 B
Python

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