I am trying to get Waze travel time displayed in the new Lovelace UI but I cannot figure it out. I have it working in the old UI, but cannot figure out the proper code for lovelace. Can someone point me in the right direction?
Can you share how you had it displayed in the old UI?
This is all that was required for the old interface:
- platform: waze_travel_time
origin: device_tracker.device
destination: ******
region: 'US'
Have you added the resultant sensor to the ui-lovelace.yaml file?
Lovelace does not auto populate the fronted like the old UI did, you need to configure it manually.
also something to bear in mind, whenever you restart HA, it takes ~1 min for the waze data to be populated…
No, I guess that’s what I need help with. I could not find out how to do this in the guides…
Read the lovelace docs. Decide how you want to display this sensor. Implement.
If you have a specific question on implementing a card be sure to ask. Otherwise its a bit difficult to answer. If you post a screen shot of how it was displayed on your old UI, I can help guide you in the right direction for a lovelace card.