1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-19 04:27:07 +00:00
Ian 0fcf8f968b
Move nextbus constants and utils ()
* NextBus: Move general components to const and util

* Remove not yet used code
2023-05-11 17:28:29 +01:00

7 lines
108 B
Python

"""NextBus Constants."""
DOMAIN = "nextbus"
CONF_AGENCY = "agency"
CONF_ROUTE = "route"
CONF_STOP = "stop"