Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the HVV Departure integration."""
2 
3 DOMAIN = "hvv_departures"
4 DEFAULT_NAME = DOMAIN
5 MANUFACTURER = "HVV"
6 ATTRIBUTION = "Data provided by www.hvv.de"
7 
8 CONF_STATION = "station"
9 CONF_REAL_TIME = "real_time"
10 CONF_FILTER = "filter"