Skip to content

Latest commit

 

History

History
95 lines (43 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

95 lines (43 loc) · 4.38 KB

2.0.2 (2024-09-24)

Bug Fixes

  • Fixed buses attribute to only return target buses if specified (a246509)

2.0.1 (2024-06-29)

Bug Fixes

  • Fixed ATCO link when setting up integration (5dfdae5)
  • Fixed warning around use of deprecated HA function (15 minutes dev time) (757e873)

2.0.0 (2024-01-20)

Bug Fixes

  • renamed attributes to have consistent naming style and updated Y/N based attributes to return bool (6e1caba)

Features

  • Added data_last_updated attribute to sensor (e47f2a3)

BREAKING CHANGES

  • Any reliances on attributes (e.g. automations) will need to be updated based on new naming structure and return types. IsFG attribute has been removed as value always seems to be false.

1.2.0 (2024-01-13)

Features

1.1.4 (2023-10-21)

Bug Fixes

  • Fixed unsetting buses for existing entries (0703fca)
  • Updated bus filters to support buses with with spaces (c8fe0a2)

1.1.3 (2023-08-12)

Bug Fixes

  • Fixed sensor not reporting -1 when the bus is due (e0ebd06)

1.1.2 (2022-09-05)

Bug Fixes

  • sensor: Fixed minutes remaining to take account if target bus time is before now (55a27ec)
  • sensor: Updated sensor to get next bus straight away (d1d8017)

1.1.1 (2022-09-02)

Bug Fixes

  • sensor: Added unit of measurement so value isn't present in log book (7cc38bf)

1.1.0 (2022-09-02)

Bug Fixes

  • config: Fixed updating buses to other buses (9297c86)

Features

  • sensor: Added stop code to bus sensor (536fa87)

1.0.3 (2022-08-31)

Bug Fixes

  • api-client: Fixed retrieving buses when no specific buses are specified (7b31424)

1.0.1 (2021-10-30)

Bug Fixes

  • Added fix for when first bus report that the bus is due now (c915a94)