1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-03 16:20:40 +00:00
Files
core/homeassistant/components/pegel_online/const.py
2023-07-26 09:12:39 +02:00

10 lines
186 B
Python

"""Constants for PEGELONLINE."""
from datetime import timedelta
DOMAIN = "pegel_online"
DEFAULT_RADIUS = "25"
CONF_STATION = "station"
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)