Is there an easy way to implement a sensor with multiple Values?
I have an api that delivers information about bus connections.
With the RESTful Sensor I can only handle one of the values. It would be nice to use all 3 of them?
Or would it be necessary to create a custom component for that?
This is the response I get from the API:
{
"connection": [
{
"direction": "Wolbeck Nogatstraße",
"time": "3 Min",
"line": "8"
}
}