core/homeassistant/components/pegel_online/const.py

11 lines
187 B
Python
Raw Normal View History

2023-07-26 07:12:39 +00:00
"""Constants for PEGELONLINE."""
2023-07-26 07:12:39 +00:00
from datetime import timedelta
DOMAIN = "pegel_online"
DEFAULT_RADIUS = "25"
CONF_STATION = "station"
MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)