Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Releases: eifinger/here_travel_time

Fix error ATTR_MODE not found

05 Oct 19:26
Compare
Choose a tag to compare

Breaking Changes

Changes

Features

Bugfixes

  • Fix error ATTR_MODE not found

More supported entity_ids

05 Oct 18:37
Compare
Choose a tag to compare

Breaking Changes

Changes

Features

  • origin_entity_id and destination_entity_id can be any entity with its state being another entity_id or the coordinates themselves

Bugfixes

Prepare for official integration

16 Aug 07:02
Compare
Choose a tag to compare

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 by origin_latitude and origin_longitude when using coordinates or origin_entity_id when using device_tracker, zone, sensor and person. See the updated configuration instructions for more details.
  • destination is replaced by destination_latitude and destination_longitude when using coordinates or destination_entity_id when using device_tracker, zone, sensor and person. 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 the google_travel_time component

Changes

Features

Bugfixes

Fix for mode: publicTransportTimeTable returning No timetable route found

07 Aug 08:51
Compare
Choose a tag to compare

Breaking Changes

Changes

Features

Bugfixes

  • Fix for mode: publicTransportTimeTable returning No timetable route found

Release notes are shown in HACS depending on your installed version

06 Aug 07:04
Compare
Choose a tag to compare

Breaking Changes

Changes

Features

  • Release notes are shown in HACS depending on your installed version

Bugfixes

Add modes for bicycle and publicTansportTimeTable

06 Aug 07:01
Compare
Choose a tag to compare

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

24 Jul 06:26
Compare
Choose a tag to compare

Breaking Changes

Changes

  • Added additional attributes origin and destination 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

22 Jul 11:04
Compare
Choose a tag to compare

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

22 Jul 08:50
Compare
Choose a tag to compare

Breaking Changes

Changes

Features

Bugfixes

  • Potential fix platform not found in 0.96.x

Hotfix publicTransport Route

22 Jul 08:09
Compare
Choose a tag to compare

Breaking Changes

Changes

Features

Bugfixes

  • Hotfix Public Transport Route Generation