mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 22:54:24 +01:00
* Bump py_nextbusnext to v1.0.1 to fix TypeError Currently throwing an error as a set is passed into the method that is currently expecting a Sequence. That method is technically compatible with Iterable, so the latest patch relaxes that restriction. * Bump version to v1.0.2 to fix error message
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==1.0.2"]
|
|
}
|