Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for PEGELONLINE."""
2 
3 from datetime import timedelta
4 
5 DOMAIN = "pegel_online"
6 
7 DEFAULT_RADIUS = "25"
8 CONF_STATION = "station"
9 
10 MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)