Skip to content

Releases: iMicknl/ha-nest-protect

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

v0.3.8

15 Jun 15:41
Compare
Choose a tag to compare

What's changed

✨ Enhancement

📘 Documentation

Contributors to this release

@iMicknl and @wrt54g

v0.3.7

06 May 16:39
4f6ddf1
Compare
Choose a tag to compare

What's changed

✨ Enhancement

  • Catch more Nest back-end errors during authentication (#82) @iMicknl
  • Handle Nest 502 Bad Gateway errors and add retry logic (#81) @iMicknl

🐛 Bug Fixes

  • Enable real-time updates for temperature sensors (#79) @elmigbot

Contributors to this release

@elmigbot and @iMicknl

v0.3.6

03 May 15:08
59bbf01
Compare
Choose a tag to compare

What's changed

✨ Enhancement

Contributors to this release

@iMicknl

v0.3.5

29 Apr 16:54
eeb17fb
Compare
Choose a tag to compare

What's changed

✨ Enhancement

  • Improve reliability by retrying after 5 minutes on unknown exceptions (#75) @iMicknl

🐛 Bug Fixes

  • Retry on ClientConnectorError (#74) @iMicknl
  • Don't fail when Nest temperature sensor doesn't have serial and model information (#68) @iMicknl

Contributors to this release

@iMicknl

v0.3.4

22 Mar 13:51
f5c2535
Compare
Choose a tag to compare

What's changed

This release won't add any improvements for Nest Protect devices, but will include support for external Nest Temperature Sensors that are often used with the Nest Thermostat. Unfortunately, this is not exposed via the official SDM API, hence it is added to this integration.

✨ Enhancement

Contributors to this release

@iMicknl

v0.3.3

14 Mar 14:48
0e9d496
Compare
Choose a tag to compare

What's changed

⚠️ Breaking changes

✨ Enhancement

🐛 Bug Fixes

Contributors to this release

@iMicknl

v0.3.2

13 Mar 00:48
45b743b
Compare
Choose a tag to compare

What's changed

✨ Enhancement

🐛 Bug Fixes

  • Make device naming more consistent when label is used (#47) @iMicknl
  • Move to EntityCategory enums (#46) @iMicknl

Contributors to this release

@iMicknl