had completely forgotten about my google travel time package since I try to prevent using that as much as possible now, and replace Google with Waze…
Didn’t update this package yet accordingly. Will do shortly!
rewrote the sensors in the meantime to:
- platform: template
sensors:
select_travel_destination:
value_template: >
{{states('input_select.travel_destination')}}
select_travel_origin:
value_template: >
{{states('input_select.travel_origin.state')}}
select_travel_mode:
value_template: >
{{states('input_select.travel_mode.state')}}
distance_selected_destination:
value_template: >
{{state_attr('sensor.travel_destination','distance')}}
duration_selected_destination:
value_template: >
{{state_attr('sensor.travel_destination','duration')}}
duration_in_traffic_selected_destination:
value_template: >
{{state_attr('sensor.travel_destination','duration_in_traffic')}}
input_travel_origin:
value_template: >
{{states('input_text.travel_origin')}}
input_travel_destination:
value_template: >
{{states('input_text.travel_destination')}}
as of version 0.80.0 we can add the update on demand to this Google travel time sensor, Google Maps Travel Time - Home Assistant
will see if and how I can fit that in my package quickly, but the package itself already took care of preventing unnecessary lookups… ![]()