Classes | |
| class | RouteStop |
Functions | |
| list[Any] | listify (Any maybe_list) |
| Any | maybe_first (list[Any]|None maybe_list) |
Utils for NextBus integration module.
| list[Any] homeassistant.components.nextbus.util.listify | ( | Any | maybe_list | ) |
Return list version of whatever value is passed in. This is used to provide a consistent way of interacting with the JSON results from the API. There are several attributes that will either missing if there are no values, a single dictionary if there is only one value, and a list if there are multiple.