Skip to content

Releases: hasl-sensor/lovelace-hasl-departure-card

v3.3.0

24 Jan 14:04
Compare
Choose a tag to compare

What's Changed

  • Card now supports setting multiple entities in the card configuration. This allows you to show multiple departure boards in one card. (#43)
    • Previous configurations are still supported, but will be migrated automatically as soon as you open the card editor and save the configuration.
  • Editor bundle name changed to hasl-departure-card-editor.js to help with manual installation.
  • The card supports selecting LondonTfl sensors (thanks @morosanmihail !)

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.3.0b1

22 Jan 17:28
Compare
Choose a tag to compare
v3.3.0b1 Pre-release
Pre-release

What's Changed

  • Card's Editor now has just a single entities field.
  • entity property is still supported but will be migrated automatically when you open the card editor and save the configuration.

Full Changelog: v3.3.0b0...v3.3.0b1

v3.3.0b0

21 Jan 15:50
Compare
Choose a tag to compare
v3.3.0b0 Pre-release
Pre-release

What's Changed

  • Card now supports setting multiple entities in the card configuration. This allows you to show multiple departure boards in one card. (#43)
  • Editor bundle name changed to hasl-departure-card-editor.js to help with manual installation.

Full Changelog: v3.2.0...v3.3.0b0

v3.2.0

17 Jan 16:17
Compare
Choose a tag to compare

What's Changed

  • ⚠️ WARNING ⚠️ Card is no longer compatible with HASL integration before version 3.2.0
  • Added visual editor for settings
  • Complete rewrite on TypeScript using Lit
  • Use Parcel to build the package

Full Changelog: v2.6.2...v3.2.0

v2.6.2

12 Jun 13:08
Compare
Choose a tag to compare

What's Changed

  • Fixed NaN and departure time calculations in #30 and #23

v2.6.1

17 Feb 11:07
5f6a0e7
Compare
Choose a tag to compare

What's Changed

  • Reference captured config instead of reading from this by @barbatron in #22
  • make compact true by default by @morlic in #26
  • Fixed bus name replacements by @jockesyk in #27
  • Fix for old browsers without support for toLocaleString by @jockesyk in #28

New Contributors

Full Changelog: v2.6.0...v.2.6.1

v2.6.0

10 Sep 09:20
Compare
Choose a tag to compare

Added

  • Implemented hasl-sensor/integration #42 Bus line directions and name of bus direction
  • Implemented #12 Only show "Last updated" info if it was updated longer than x minutes ago

Fixed

  • Fix #15 UpdatedDate and new HASL v3 doesn't work

Changed

  • Requires at least HA version 2021.12.0, which is same as hasl3

v2.5.0

04 Mar 12:49
Compare
Choose a tag to compare

v2.4.0

22 Nov 13:14
Compare
Choose a tag to compare

Changed

  • Added tap_action #1
  • Added offset #2
  • Fixed show always time #3
  • Cleaned up a litle bit

v2.3.0

10 Nov 08:54
Compare
Choose a tag to compare

Changed

  • Migrated to HACS
  • Separated the cards into 2 repos and removed the traffic card