1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-22 20:57:21 +00:00

7 lines
146 B
Python

"""Constants for the Ruuvi Gateway integration."""
from datetime import timedelta
DOMAIN = "ruuvi_gateway"
SCAN_INTERVAL = timedelta(seconds=5)