mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 00:52:39 +01:00
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
12 lines
209 B
Python
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"
|