mirror of
https://github.com/elisspace/core.git
synced 2026-09-03 06:26:06 +00:00
6 lines
145 B
Python
6 lines
145 B
Python
"""Constants for the Ruuvi Gateway integration."""
|
|
from datetime import timedelta
|
|
|
|
DOMAIN = "ruuvi_gateway"
|
|
SCAN_INTERVAL = timedelta(seconds=5)
|