1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 16:12:01 +00:00
Files
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)