Skip to content

Releases: iMicknl/ha-nest-protect

v0.4.0b7

05 Oct 13:28
Compare
Choose a tag to compare
v0.4.0b7 Pre-release
Pre-release

What's changed

Please update as soon as possible. Previous beta release (0.4.0b6) had an issue with the event mechanism resulting in a high load on the Google server and additional bandwidth.

The goal is still to promote the beta release to a new stable release, but due to time constraints on my side, I haven't been able to fix all the bugs yet in the new version using cookie authentication.

Beta release

In October 2022 Google did kill the old authentication method that this integration uses. New users need to use a (hard to use) cookie method. This beta release adds support for the cookie authentication.

Please log an issue on GitHub when you face any issues.

v0.4.0b5

15 Jun 22:44
Compare
Choose a tag to compare
v0.4.0b5 Pre-release
Pre-release

What's changed

Beta release

In October 2022 Google did kill the old authentication method that this integration uses. New users need to use a (hard to use) cookie method. This beta release adds support for the cookie authentication.

Please log an issue on GitHub when you face any issues.

v0.4.0b4

16 Dec 23:53
Compare
Choose a tag to compare
v0.4.0b4 Pre-release
Pre-release

What's changed

Beta release

In October 2022 Google did kill the old authentication method that this integration uses. New users need to use a (hard to use) cookie method. This beta release adds support for the cookie authentication.

Please log an issue on GitHub when you face any issues.

v0.4.0b3

14 Dec 17:58
Compare
Choose a tag to compare
v0.4.0b3 Pre-release
Pre-release

What's changed

Beta release

In October 2022 Google did kill the old authentication method that this integration uses. New users need to use a (hard to use) cookie method. This beta release adds support for the cookie authentication.

Please log an issue on GitHub when you face any issues.

v0.4.0b2

27 Jun 19:21
Compare
Choose a tag to compare
v0.4.0b2 Pre-release
Pre-release

What's changed

Beta release

In October 2022 Google did kill the old authentication method that this integration uses. New users need to use a (hard to use) cookie method. This beta release adds support for the cookie authentication.

Please log an issue on GitHub when you face any issues.

v0.4.0b1

26 Apr 11:22
Compare
Choose a tag to compare
v0.4.0b1 Pre-release
Pre-release

What's changed

Beta release

In October 2022 Google did kill the old authentication method that this integration uses. New users need to use a (hard to use) cookie method. This beta release adds support for the cookie authentication.

Please log an issue on GitHub when you face any issues.

Contributors to this release

@Cruguah, @nicoinch and @iMicknl

v0.3.12

26 Apr 11:17
72cdce6
Compare
Choose a tag to compare

What's changed

This is a small maintenance update.

Please note that since Nest has changed authentication, multiple issues have been reported which you can read more about here. This update does not fix this, there will be a pre-release on GitHub soon that will switch the authentication.

🐛 Bug Fixes

  • Sort Manifest keys: domain, name, then alphabetical order (#218) @iMicknl

Contributors to this release

@ViPeR5000, @dependabot, @dependabot[bot] and @iMicknl

v0.3.11

18 Feb 21:58
c98baea
Compare
Choose a tag to compare

What's changed

This update will fix issues with an upcoming Home Assistant version, due to breaking changes in core.

Please note that since Nest has changed authentication, multiple issues have been reported which you can read more about here. This update does not fix this.

✨ Enhancement

  • Add boilerplate async_remove_config_entry_device so users can remove dead devices. (#134) @tomwilkie
  • Use async_forward_entry_setups function (#135) @RobertD502
  • Bump actions/checkout from 2 to 3 (#138) @dependabot
  • Bump TimonVS/pr-labeler-action from 3 to 4 (#139) @dependabot
  • Bump requirements to 2023.1.7 (latest HA) and CI/CD maintenance (#137) @iMicknl

Contributors to this release

@RobertD502, @dependabot, @dependabot[bot], @iMicknl and @tomwilkie

v0.3.10

03 Nov 08:52
32bbeeb
Compare
Choose a tag to compare

What's changed

This update will fix issues with Home Assistant 2022.11 version, due to a breaking change in core.

Please note that since Nest has changed authentication, multiple issues have been reported which you can read more about here. This update does not fix this.

🐛 Bug Fixes

Contributors to this release

@markvader

v0.3.9

31 Oct 10:31
7a0abb6
Compare
Choose a tag to compare

What's changed

This update will fix issues with the (soon to be released) Home Assistant 2022.11 version, due to a breaking change in core.

Please note that since Nest has changed authentication, multiple issues have been reported which you can read more about here. This update does not fix this.

Features

🐛 Bug Fixes

  • Remove options as property of SelectEntityDescription (#109) @iMicknl

Contributors to this release

@JbbDE and @iMicknl