Integration with Waze

In case you prefer Waze over Google Maps - see https://github.com/kovacsbalu/WazeRouteCalculator

3 Likes

I want to use this, but as a newbie in HA and Python, I can’t really use it.
Can you show me an example how can I implement this into HA?
In Python I can see it is working well, but don’t know how to put it inside HA and make it work to be useful.

I have a waze.py inside python_scripts folder and HA recognize it.

For testing I used your config, so this is inside the waze.py:

import WazeRouteCalculator
from_address = ‘Budapest, Hungary’
to_address = ‘Gyor, Hungary’
region = ‘EU’
route = WazeRouteCalculator.WazeRouteCalculator(from_address, to_address, region)
route.calc_route_info()

Since 88.2 WAZE shows unable to calculator route.
Anyone has the same issue ?

Use GPS coordinates instead of text