mirror of
https://github.com/home-assistant/core.git
synced 2025-05-15 03:19:15 +00:00
6 lines
138 B
Python
6 lines
138 B
Python
"""Constants for the iaqualink component."""
|
|
from datetime import timedelta
|
|
|
|
DOMAIN = "iaqualink"
|
|
UPDATE_INTERVAL = timedelta(seconds=15)
|