Hi @eifinger. What do you think about the geocoder api?
I can think of retrieving an address of an event within the iCal component as an attribute, transforming the attribute to an entity_id (sensor.nextEventLocation) and providing the address information (street, number, City) to here_travel_time.
Invalid config for [sensor.here_travel_time]: [app_id] is an invalid option for [sensor.here_travel_time]. Check: sensor.here_travel_time->app_id.
I tried both with and without quotes.
aware this is an old post, so please forgive me for revivingā¦
trying to setup the current Here travel time integration with dynamic origin and destination, using sensors with lat/long based on an input select for origin and destination, like:
as you can see the top 2 are commented, they are template sensors returning lat/long in a single state, but that didnāt work, so I tried the verbose method. Doesnāt work either.
Cant this integration accept sensors like that? I had my hopes up because of HERE Travel Time - Home Assistant explicitly mentions sensor to be a valid input?
please have a look? thanks!
edit/update
yes it can! Ive made a mistake before where the lat/long were both in the state. Ive remade those sensors to have attributes for both, and that makes it happen. Way faster than the Waze travel time at that, and it includes great route information
I take the highway to work everyday and want to be able get the travel time for only this route, in order to know if there is an incident and not to take it. Unfortunately this is not the shortest route according to here, so specifying the shortest route gives me a different route.
If not, Iām sure I can work around it, everything works great.
Hi @MelvinBungles. This is currently not possible but will be possible once I upgrade the integration to use the new v8 API. I have a few PRs open to get there, so maybe in Jan-Feb next year.
Hi @snel6424 this is currently not possible.
You can set the update interval to a really high number and create an automation that will update on demand as described here: Google Maps Travel Time - Home Assistant