Files
Jeremiah Paige 7790a2ebdd Add config flow to wsdot (#149208)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-29 18:58:09 +01:00

12 lines
209 B
Python

"""Constants for wsdot component."""
ATTRIBUTION = "Data provided by WSDOT"
CONF_DATA = "data"
CONF_TITLE = "title"
CONF_TRAVEL_TIMES = "travel_time"
DOMAIN = "wsdot"
SUBENTRY_TRAVEL_TIMES = "travel_time"