This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
Prepare for official integration
Breaking Changes
- Referencing a zone by its friendly name is no longer supported. You can still use its entity_id e.g.
zone.home
origin
is replaced byorigin_latitude
andorigin_longitude
when using coordinates ororigin_entity_id
when usingdevice_tracker
,zone
,sensor
andperson
. See the updated configuration instructions for more details.destination
is replaced bydestination_latitude
anddestination_longitude
when using coordinates ordestination_entity_id
when usingdevice_tracker
,zone
,sensor
andperson
. See the updated configuration instructions for more details.- The attribute
duration
now always returns the value of travel time without traffic - The attribute
duration_without_traffic
is removed - The attribute
duration_in_traffic
was added to be more in sync with thegoogle_travel_time
component