mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 18:56:26 +01:00
0fcf8f968b
* NextBus: Move general components to const and util * Remove not yet used code
7 lines
108 B
Python
7 lines
108 B
Python
"""NextBus Constants."""
|
|
DOMAIN = "nextbus"
|
|
|
|
CONF_AGENCY = "agency"
|
|
CONF_ROUTE = "route"
|
|
CONF_STOP = "stop"
|