This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
Releases: eifinger/here_travel_time
Releases · eifinger/here_travel_time
Fix error ATTR_MODE not found
More supported entity_ids
Breaking Changes
Changes
Features
origin_entity_id
anddestination_entity_id
can be any entity with its state being another entity_id or the coordinates themselves
Bugfixes
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
Changes
Features
Bugfixes
Fix for mode: publicTransportTimeTable returning No timetable route found
Breaking Changes
Changes
Features
Bugfixes
- Fix for
mode: publicTransportTimeTable
returningNo timetable route found
Release notes are shown in HACS depending on your installed version
Breaking Changes
Changes
Features
- Release notes are shown in HACS depending on your installed version
Bugfixes
Add modes for bicycle and publicTansportTimeTable
Breaking Changes
Changes
- Added
mode: bicycle
- Added
mode: publicTransportTimeTable
- Please look here for differences between the two public modes.
Features
Bugfixes
Add origin/destination attributes to support travel-time-card
Breaking Changes
Changes
- Added additional attributes
origin
anddestination
to fully support travel-time-card - Code is now using type annotations
Features
Bugfixes
Add a warning for hass.io users to restart twice after first installation
Breaking Changes
Changes
- Add a warning for hass.io users to restart twice after first installation
Features
Bugfixes
Potential fix platform not found in 0.96.x
Breaking Changes
Changes
Features
Bugfixes
- Potential fix platform not found in 0.96.x
Hotfix publicTransport Route
Breaking Changes
Changes
Features
Bugfixes
- Hotfix Public Transport Route Generation