This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
68e170284f
core
/
homeassistant
/
components
/
nextbus
/
const.py
7 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
Move nextbus constants and utils (#92211) * NextBus: Move general components to const and util * Remove not yet used code
2023-05-11 16:28:29 +00:00
"""
NextBus Constants.
"""
Add empty line after module docstring (3) (#112750)
2024-03-08 19:38:34 +00:00
Move nextbus constants and utils (#92211) * NextBus: Move general components to const and util * Remove not yet used code
2023-05-11 16:28:29 +00:00
DOMAIN
=
"
nextbus
"
CONF_AGENCY
=
"
agency
"
CONF_ROUTE
=
"
route
"