hass-core/homeassistant/components/nextbus
Ian c1d979dc07
Bump py_nextbusnext to v1.0.2 to fix TypeError (#103214)
* 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
2023-11-03 17:03:02 +01:00
..
__init__.py Use data update coordinator in NextBus to reduce api calls (#100602) 2023-10-02 10:56:10 +02:00
config_flow.py Fix key error in config flow when duplicate stop names exist (#101491) 2023-10-05 22:11:15 +02:00
const.py
coordinator.py Use data update coordinator in NextBus to reduce api calls (#100602) 2023-10-02 10:56:10 +02:00
manifest.json Bump py_nextbusnext to v1.0.2 to fix TypeError (#103214) 2023-11-03 17:03:02 +01:00
sensor.py Use data update coordinator in NextBus to reduce api calls (#100602) 2023-10-02 10:56:10 +02:00
strings.json Add config-flow to NextBus (#92149) 2023-09-19 17:10:29 +02:00
util.py Add config-flow to NextBus (#92149) 2023-09-19 17:10:29 +02:00