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 Make NextBus coordinator more resilient and efficient (#126161) 2024-09-20 10:18:13 +02:00
config_flow.py
const.py
coordinator.py Make NextBus coordinator more resilient and efficient (#126161) 2024-09-20 10:18:13 +02:00
icons.json
manifest.json
sensor.py Make NextBus coordinator more resilient and efficient (#126161) 2024-09-20 10:18:13 +02:00
strings.json
util.py