Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Releases: patrickhilker/tedee_hass_integration

2024.1.0

10 Jan 20:32
37d5c9f
Compare
Choose a tag to compare

What's Changed

Local API is not part of this release and will move to HA core with HA release 2024.2.0

New Features

  • allow to remove locks

Fixes

  • fix for SUPPORT_OPEN deprecation

Full Changelog: 2023.7.4...2024.1.0b1

2024.1.0b1

09 Jan 22:00
18d6ab8
Compare
Choose a tag to compare
2024.1.0b1 Pre-release
Pre-release

What's Changed

Local API is not part of this release and will move to HA core with HA release 2024.2

New Features

  • allow to remove locks

Fixes

  • fix for SUPPORT_OPEN deprecation

Full Changelog: 2023.7.4...2024.1.0b1

2023.11.0b5

19 Nov 09:04
db9852e
Compare
Choose a tag to compare
2023.11.0b5 Pre-release
Pre-release

What's changed

Caution

As both the local API, as well as well as this version are in beta, expect issues!
You might need to delete and reconfigure the integration

  • This release supports the local API. Encrypted Token needs to be On in the local API settings.
  • If you own multiple bridges you will need to add each bridge individually
  • Added a battery charging sensor for the pro model
  • Added diagnostic support
  • Backend cleanup and improvements

Changes to last beta:

  • Options Flow (CONFIGURE Integration) simplified, because it was no longer valid

2023.11.0b4

18 Nov 21:09
e5f3ab4
Compare
Choose a tag to compare
2023.11.0b4 Pre-release
Pre-release

What's changed

Caution

As both the local API, as well as well as this version are in beta, expect issues!
You might need to delete and reconfigure the integration

  • This release supports the local API. Encrypted Token needs to be On in the local API settings.
  • If you own multiple bridges you will need to add each bridge individually
  • Added a battery charging sensor for the pro model
  • Added diagnostic support
  • Backend cleanup and improvements

Changes to last beta:

  • Fix for enabling the cloud API

2023.11.0b3

16 Nov 09:34
db4e5f7
Compare
Choose a tag to compare
2023.11.0b3 Pre-release
Pre-release

What's changed

Caution

As both the local API, as well as well as this version are in beta, expect issues!
You might need to delete and reconfigure the integration

  • This release supports the local API. Encrypted Token needs to be On in the local API settings.
  • If you own multiple bridges you will need to add each bridge individually
  • Added a battery charging sensor for the pro model
  • Added diagnostic support
  • Backend cleanup and improvements

Changes to last beta:

  • Bugfix for webhooks

2023.11.0b2

16 Nov 07:10
4ea618f
Compare
Choose a tag to compare
2023.11.0b2 Pre-release
Pre-release

What's changed

Caution

As both the local API, as well as well as this version are in beta, expect issues!
You might need to delete and reconfigure the integration

  • This release supports the local API. Encrypted Token needs to be On in the local API settings.
  • If you own multiple bridges you will need to add each bridge individually
  • Added a battery charging sensor for the pro model
  • Added diagnostic support
  • Backend cleanup and improvements

Changes to last beta:

  • Added workaround allowing webhooks to work. This means the Home Assistant Access Token can now be set.

2023.11.1b1

15 Nov 20:34
ffcf640
Compare
Choose a tag to compare
2023.11.1b1 Pre-release
Pre-release

What's changed

Caution

As both the local API, as well as well as this version are in beta, expect issues!
You might need to delete and reconfigure the integration

  • This release supports the local API. Encrypted Token needs to be On in the local API settings.
  • Webhooks are still causing issues (enabled by setting the Home Assistant Access Token), waiting on a firmware update from tedee here
  • If you own multiple bridges you will need to add each bridge individually
  • Added a battery charging sensor for the pro model
  • Added diagnostic support
  • Backend cleanup and improvements

2023.10.1b1

28 Oct 12:35
6e85ad8
Compare
Choose a tag to compare
2023.10.1b1 Pre-release
Pre-release

What's changed

  • Spanish translation by @vpont, thanks!

2023.7.4

10 Jul 06:48
b9fe3fa
Compare
Choose a tag to compare

What's changed

  • backend change requested by tedee to avoid API limits #27

2023.7.3

07 Jul 07:29
2b76ad4
Compare
Choose a tag to compare

What's changed

  • bugfix: bug that could crash the integration when lock disconnected from bridge #26
  • improvement: Lock will show available in HA depending on whether it is connected to the bridge or not
  • improvement: removing some unnecessary API calls to address #27