Releases: iMicknl/ha-nest-protect
v0.3.11
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
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
- Need for minor version number (add .0) (#113) @markvader
Contributors to this release
v0.3.9
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
Contributors to this release
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
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
- Support Nest temperature sensors (#43) @iMicknl