mirror of
https://github.com/home-assistant/core.git
synced 2025-06-08 07:07:08 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
"""NextBus Constants."""
|
|
DOMAIN = "nextbus"
|
|
|
|
CONF_AGENCY = "agency"
|
|
CONF_ROUTE = "route"
|