Skip to content

Releases: iMicknl/ha-nest-protect

v0.4.0b9

17 Dec 18:36
Compare
Choose a tag to compare
v0.4.0b9 Pre-release
Pre-release

What's changed

Fixes #338. Great contribution from @GSzabados to enhance the stability! Please give it a try and report any issues.

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. Progress is made here by community contributions now!

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.0b8

08 Dec 21:41
Compare
Choose a tag to compare
v0.4.0b8 Pre-release
Pre-release

What's changed

Small fixes in this update, no fix yet for #338. Mainly great contributions from @GSzabados to enhance the stability, with a fix for #338 in the works.

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.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