Waze Config Help

Can someone please help me with setting up the Waze Travel Time function and Card.

I have this is my config.yaml

  - platform: waze_travel_time
    origin: zone.work
    destination: zone.home
    region: 'EU'

and i have this in my travel card (lovelace.yaml)

      - type: 'custom:travel-time-card'
        entities:
          - entity: sensor.waze_travel_time

This is the custom card i am using.

Any help would be greatly appreciated.

What problem are you having? The sensor config looks right (assuming you have it properly nested underneath sensor: in configuration.yaml). Are you using the right entity name in the card config?

That card requires a newer version of home assistant. Are you up to date? The attributes that are required for that card to work were added mid july. So that’s sometime around 0.97 or greater.