1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-26 13:50:02 +00:00
Files
core/homeassistant/components/ruuvi_gateway/const.py
2024-03-08 15:05:07 +01:00

7 lines
146 B
Python

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