mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 09:23:17 -04:00
11 lines
284 B
JSON
11 lines
284 B
JSON
{
|
|
"domain": "nextbus",
|
|
"name": "NextBus",
|
|
"codeowners": ["@vividboarder"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nextbus",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["py_nextbus"],
|
|
"requirements": ["py-nextbusnext==2.3.0"]
|
|
}
|