mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00
7 lines
139 B
Python
7 lines
139 B
Python
"""Constants for the iaqualink component."""
|
|
|
|
from datetime import timedelta
|
|
|
|
DOMAIN = "iaqualink"
|
|
UPDATE_INTERVAL = timedelta(seconds=15)
|