* Add service waze_travel_time.get_travel_times * Align strings with home-assistant.io * Remove not needed service args * Use SelectSelectorConfig.sort * Move vehicle_type mangling to async_get_travel_times
12 lines
170 B
JSON
12 lines
170 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"waze_travel_time": {
|
|
"default": "mdi:car"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"get_travel_times": "mdi:timelapse"
|
|
}
|
|
}
|