diff --git a/_config.yml b/_config.yml index 1d430c27e31..58a72b940bf 100644 --- a/_config.yml +++ b/_config.yml @@ -107,8 +107,8 @@ social: # Home Assistant release details current_major_version: 2022 current_minor_version: 9 -current_patch_version: 1 -date_released: 2022-09-08 +current_patch_version: 2 +date_released: 2022-09-11 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2022-09-07-release-20229.markdown b/source/_posts/2022-09-07-release-20229.markdown index 23aa9748ca3..82735e4c80b 100644 --- a/source/_posts/2022-09-07-release-20229.markdown +++ b/source/_posts/2022-09-07-release-20229.markdown @@ -38,6 +38,7 @@ Now I know that everyone usually expects [@frenck] to be writing these release n - [New Integrations](#new-integrations) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Release 2022.9.1 - September 8](#release-202291---september-8) +- [Release 2022.9.2 - September 11](#release-202292---september-11) - [Need help? Join the community](#need-help-join-the-community) - [Breaking Changes](#breaking-changes) - [All changes](#all-changes) @@ -285,6 +286,114 @@ The following integrations are now available via the Home Assistant UI: [velbus docs]: /integrations/velbus/ [zwave_js docs]: /integrations/zwave_js/ +## Release 2022.9.2 - September 11 + +- Fix reload of MQTT config entries ([@jbouwh] - [#76089]) ([mqtt docs]) +- Clear MQTT discovery topic when a disabled entity is removed ([@jbouwh] - [#77757]) ([mqtt docs]) +- Improve warning messages on invalid received modes ([@jbouwh] - [#77909]) ([mqtt docs]) +- Handle missing supported brands ([@balloob] - [#78090]) ([websocket_api docs]) +- Fix switchbot writing state too frequently ([@bdraco] - [#78094]) ([switchbot docs]) +- Fix LIFX light turning on while fading off ([@amelchio] - [#78095]) ([lifx docs]) +- Fix zwave_js update entity ([@raman325] - [#78116]) ([zwave_js docs]) +- Improve unique_id collision checks in entity_platform ([@emontnemery] - [#78132]) +- Allow non-integers in threshold sensor config flow ([@emontnemery] - [#78137]) ([threshold docs]) +- Bump bluetooth-adapters to 0.3.6 ([@bdraco] - [#78138]) ([bluetooth docs]) +- Add missing strings for errors in amberelectric config flow ([@Vaskivskyi] - [#78140]) ([amberelectric docs]) +- Bump aioecowitt to 2022.09.1 ([@pvizeli] - [#78142]) ([ecowitt docs]) +- Add missing moisture sensor to xiaomi_ble ([@Jc2k] - [#78160]) ([xiaomi_ble docs]) +- Bump pySwitchbot to 0.19.1 ([@bdraco] - [#78168]) ([switchbot docs]) +- Bump aiohomekit to 1.5.3 ([@bdraco] - [#78170]) ([homekit_controller docs]) +- Fix ecowitt typing ([@balloob] - [#78171]) ([ecowitt docs]) +- Fix sending notification to multiple targets in Pushover ([@engrbm87] - [#78111]) ([pushover docs]) +- Add dependencies to ecowitt ([@pvizeli] - [#78187]) ([ecowitt docs]) +- Bump led-ble to 0.8.3 ([@bdraco] - [#78188]) ([led_ble docs]) +- Fix switchbot not setting up when already connected at startup ([@bdraco] - [#78198]) ([switchbot docs]) +- Fix Yale Access Bluetooth not setting up when already connected at startup ([@bdraco] - [#78199]) ([yalexs_ble docs]) +- Bump ZHA dependencies ([@puddly] - [#78201]) ([zha docs]) +- Close stale switchbot connections at setup time ([@bdraco] - [#78202]) ([switchbot docs]) +- Bump aiohomekit to 1.5.4 to handle stale ble connections at startup ([@bdraco] - [#78203]) ([homekit_controller docs]) +- Landis+Gyr integration: increase timeout and add debug logging ([@vpathuis] - [#78025]) ([landisgyr_heat_meter docs]) +- Bump bluetooth-adapters to 0.4.1 ([@bdraco] - [#78205]) ([bluetooth docs]) +- Bump `regenmaschine` to 2022.09.1 ([@bachya] - [#78210]) ([rainmachine docs]) +- Bump led_ble to 0.8.5 ([@bdraco] - [#78215]) ([led_ble docs]) +- Bump pysensibo to 1.0.20 ([@gjohansson-ST] - [#78222]) ([sensibo docs]) +- Bump PySwitchbot to 0.19.5 ([@bdraco] - [#78224]) ([switchbot docs]) +- Bump yalexs-ble to 1.8.1 ([@bdraco] - [#78225]) ([yalexs_ble docs]) +- Bump led-ble to 0.9.1 ([@bdraco] - [#78226]) ([led_ble docs]) +- Bump aiohomekit to 1.5.6 ([@bdraco] - [#78228]) ([homekit_controller docs]) + +[#76089]: https://github.com/home-assistant/core/pull/76089 +[#77757]: https://github.com/home-assistant/core/pull/77757 +[#77909]: https://github.com/home-assistant/core/pull/77909 +[#77968]: https://github.com/home-assistant/core/pull/77968 +[#78025]: https://github.com/home-assistant/core/pull/78025 +[#78081]: https://github.com/home-assistant/core/pull/78081 +[#78090]: https://github.com/home-assistant/core/pull/78090 +[#78094]: https://github.com/home-assistant/core/pull/78094 +[#78095]: https://github.com/home-assistant/core/pull/78095 +[#78111]: https://github.com/home-assistant/core/pull/78111 +[#78116]: https://github.com/home-assistant/core/pull/78116 +[#78132]: https://github.com/home-assistant/core/pull/78132 +[#78137]: https://github.com/home-assistant/core/pull/78137 +[#78138]: https://github.com/home-assistant/core/pull/78138 +[#78140]: https://github.com/home-assistant/core/pull/78140 +[#78142]: https://github.com/home-assistant/core/pull/78142 +[#78160]: https://github.com/home-assistant/core/pull/78160 +[#78168]: https://github.com/home-assistant/core/pull/78168 +[#78170]: https://github.com/home-assistant/core/pull/78170 +[#78171]: https://github.com/home-assistant/core/pull/78171 +[#78187]: https://github.com/home-assistant/core/pull/78187 +[#78188]: https://github.com/home-assistant/core/pull/78188 +[#78198]: https://github.com/home-assistant/core/pull/78198 +[#78199]: https://github.com/home-assistant/core/pull/78199 +[#78201]: https://github.com/home-assistant/core/pull/78201 +[#78202]: https://github.com/home-assistant/core/pull/78202 +[#78203]: https://github.com/home-assistant/core/pull/78203 +[#78205]: https://github.com/home-assistant/core/pull/78205 +[#78210]: https://github.com/home-assistant/core/pull/78210 +[#78215]: https://github.com/home-assistant/core/pull/78215 +[#78222]: https://github.com/home-assistant/core/pull/78222 +[#78224]: https://github.com/home-assistant/core/pull/78224 +[#78225]: https://github.com/home-assistant/core/pull/78225 +[#78226]: https://github.com/home-assistant/core/pull/78226 +[#78228]: https://github.com/home-assistant/core/pull/78228 +[@Jc2k]: https://github.com/Jc2k +[@Vaskivskyi]: https://github.com/Vaskivskyi +[@amelchio]: https://github.com/amelchio +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@emontnemery]: https://github.com/emontnemery +[@engrbm87]: https://github.com/engrbm87 +[@frenck]: https://github.com/frenck +[@gjohansson-ST]: https://github.com/gjohansson-ST +[@jbouwh]: https://github.com/jbouwh +[@puddly]: https://github.com/puddly +[@pvizeli]: https://github.com/pvizeli +[@raman325]: https://github.com/raman325 +[@vpathuis]: https://github.com/vpathuis +[abode docs]: /integrations/abode/ +[accuweather docs]: /integrations/accuweather/ +[acmeda docs]: /integrations/acmeda/ +[amberelectric docs]: /integrations/amberelectric/ +[bluetooth docs]: /integrations/bluetooth/ +[ecowitt docs]: /integrations/ecowitt/ +[homekit_controller docs]: /integrations/homekit_controller/ +[landisgyr_heat_meter docs]: /integrations/landisgyr_heat_meter/ +[led_ble docs]: /integrations/led_ble/ +[lifx docs]: /integrations/lifx/ +[mqtt docs]: /integrations/mqtt/ +[pushover docs]: /integrations/pushover/ +[rainmachine docs]: /integrations/rainmachine/ +[sensibo docs]: /integrations/sensibo/ +[switchbot docs]: /integrations/switchbot/ +[threshold docs]: /integrations/threshold/ +[websocket_api docs]: /integrations/websocket_api/ +[xiaomi_ble docs]: /integrations/xiaomi_ble/ +[yalexs_ble docs]: /integrations/yalexs_ble/ +[zha docs]: /integrations/zha/ +[zwave_js docs]: /integrations/zwave_js/ + ## Need help? Join the community Home Assistant has a great community of users who are all more than willing