Releases: patrickhilker/tedee_hass_integration
2024.1.0
2024.1.0b1
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
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 beOn
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
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 beOn
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
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 beOn
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
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 beOn
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
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 beOn
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
What's changed
- Spanish translation by @vpont, thanks!
2023.7.4
2023.7.3
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