1
0
mirror of https://github.com/home-assistant/core.git synced 2025-10-08 19:29:38 +00:00
Files
core/homeassistant/components/ruuvi_gateway/const.py

6 lines
145 B
Python

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