core/homeassistant/components/pegel_online/const.py

10 lines
186 B
Python
Raw Normal View History

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