core/homeassistant/components/nextbus
Ian dccdb71b2d
Make NextBus coordinator more resilient and efficient (#126161)
* Make NextBus coordinator more resilient and efficient

Resolves issues where one request failing will prevent all agency
predictions to fail. This also removes redundant requests for
predictions that share the same stop.

* Add unload entry test

* Prevent shutdown if the coordinator is still needed
2024-09-20 10:18:13 +02:00
..
__init__.py
config_flow.py
const.py
coordinator.py
icons.json
manifest.json
sensor.py
strings.json
util.py