hass-core/homeassistant/components/nextbus
Ian 51c3a5d11d
Nextbus: Listify directions ()
When a single value is returned, the list wrapper is not present in the
json payload. This patch ensures that the result is always a list.
2023-11-04 08:56:27 +01:00
..
__init__.py Use data update coordinator in NextBus to reduce api calls () 2023-10-02 10:56:10 +02:00
config_flow.py Nextbus: Listify directions () 2023-11-04 08:56:27 +01:00
const.py
coordinator.py Use data update coordinator in NextBus to reduce api calls () 2023-10-02 10:56:10 +02:00
manifest.json Bump py_nextbusnext to v1.0.2 to fix TypeError () 2023-11-03 17:03:02 +01:00
sensor.py Use data update coordinator in NextBus to reduce api calls () 2023-10-02 10:56:10 +02:00
strings.json
util.py