1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/homeassistant/components/nextbus/manifest.json
Ian b930e17d64
Bump py-nextbusnext to 0.1.5 (#53924)
* NextBus: Rebrand and bump new version of py-nextbusnext

* Revert rebrand
2021-08-05 18:47:23 +02:00

9 lines
232 B
JSON

{
"domain": "nextbus",
"name": "NextBus",
"documentation": "https://www.home-assistant.io/integrations/nextbus",
"codeowners": ["@vividboarder"],
"requirements": ["py_nextbusnext==0.1.5"],
"iot_class": "local_polling"
}