mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 09:41:51 +00:00
6 lines
142 B
Python
6 lines
142 B
Python
"""Constants for the the iaqualink component."""
|
|
from datetime import timedelta
|
|
|
|
DOMAIN = "iaqualink"
|
|
UPDATE_INTERVAL = timedelta(seconds=30)
|