Waze traveltime incorrect on city names (and not gps coordinates)

HI
according to #https://www.home-assistant.io/components/sensor.waze_travel_time/
we should be able to configure as follows, (and it worked until at least 84.3)

  - platform: waze_travel_time
    name: Waze Amsterdam-Roosendaal
    origin: Amsterdam, Nl
    destination: Roosendaal, Nl
    region: 'EU'

this leads to an unknown and the distance isn’t calculated at all, nor any of the other attributes.

the dev of the py package advised me to use:

  - platform: waze_travel_time
    name: Waze Amsterdam-Roosendaal
    origin: Amsterdam, Netherlands
    destination: Roosendaal, Netherlands
    region: 'EU'

which does give a travel time, and distance, but I have got no clue where to, and it is 100% incorrect :wink:

Wondering if anybody got success using city names, instead of gps coordinates .

Same goes for using only one key with gps, to zones or devices…

this is not new, and I’ve filed an issue, just thought maybe any of you have a different experience.
thanks for having a look