This commit is contained in:
Paulus Schoutsen 2022-08-07 16:55:01 +00:00
parent 5a5c8b47c8
commit b2b861e5f1
2 changed files with 47 additions and 5 deletions

View File

@ -107,8 +107,8 @@ social:
# Home Assistant release details
current_major_version: 2022
current_minor_version: 8
current_patch_version: 1
date_released: 2022-08-04
current_patch_version: 2
date_released: 2022-08-07
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -44,6 +44,7 @@ Enjoy the release!
- [New Integrations](#new-integrations)
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 2022.8.1 - August 4](#release-202281---august-4)
- [Release 2022.8.2 - August 7](#release-202282---august-7)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
@ -91,7 +92,7 @@ it to be extended a lot, with more issue detections, in the near future.
## First-class Bluetooth support
Today, we proudly announce that Home Assistant now has **first-class**
Bluetooth support! 🥇
Bluetooth support! 🥇
A brand new [Bluetooth integration] has been added, which provides absolutely
amazing Bluetooth support to Home Assistant, including automatic discovery of
@ -218,7 +219,7 @@ noteworthy changes this release:
- [@frenck] updated the events developer tools to use YAML instead of JSON
and added syntax highlighting.
- The [LIFX] integration got a significant overhaul, making it much more
reliable. Thanks for the work on this in the past releases
reliable. Thanks for the work on this in the past releases
[@bdraco] and [@Djelibeybi]!
- The [UniFi Network] now has update entities, allowing you to update the
firmware of UniFi devices directly from Home Assistant. Great addition [@J3173]!
@ -378,6 +379,47 @@ The following integrations are now available via the Home Assistant UI:
[simplisafe docs]: /integrations/simplisafe/
[zwave_js docs]: /integrations/zwave_js/
## Release 2022.8.2 - August 7
- Update gree to use the network component to set discovery interfaces ([@Jc2k] - [#75812]) ([gree docs])
- Use stored philips_js system data on start ([@elupus] - [#75981]) ([philips_js docs])
- Ensure bluetooth recovers if Dbus gets restarted ([@bdraco] - [#76249]) ([bluetooth docs])
- Fix default sensor names in NextDNS integration ([@bieniu] - [#76264]) ([nextdns docs])
- Bump ZHA dependencies ([@puddly] - [#76275]) ([zha docs])
- Bump pydeconz to v102 ([@Kane610] - [#76287]) ([deconz docs])
- Fix ZHA light color temp support ([@dmulcahey] - [#76305]) ([zha docs])
- Bump pySwitchbot to 0.18.4 ([@bdraco] - [#76322]) ([switchbot docs])
- Bump aiobafi6 to 0.7.2 to unblock #76328 ([@jfroy] - [#76330]) ([baf docs])
- Postpone broadlink platform switch until config entry is ready ([@elupus] - [#76371]) ([broadlink docs])
[#75812]: https://github.com/home-assistant/core/pull/75812
[#75981]: https://github.com/home-assistant/core/pull/75981
[#76249]: https://github.com/home-assistant/core/pull/76249
[#76264]: https://github.com/home-assistant/core/pull/76264
[#76275]: https://github.com/home-assistant/core/pull/76275
[#76287]: https://github.com/home-assistant/core/pull/76287
[#76305]: https://github.com/home-assistant/core/pull/76305
[#76322]: https://github.com/home-assistant/core/pull/76322
[#76330]: https://github.com/home-assistant/core/pull/76330
[#76371]: https://github.com/home-assistant/core/pull/76371
[@Jc2k]: https://github.com/Jc2k
[@Kane610]: https://github.com/Kane610
[@bdraco]: https://github.com/bdraco
[@bieniu]: https://github.com/bieniu
[@dmulcahey]: https://github.com/dmulcahey
[@elupus]: https://github.com/elupus
[@jfroy]: https://github.com/jfroy
[@puddly]: https://github.com/puddly
[baf docs]: /integrations/baf/
[bluetooth docs]: /integrations/bluetooth/
[broadlink docs]: /integrations/broadlink/
[deconz docs]: /integrations/deconz/
[gree docs]: /integrations/gree/
[nextdns docs]: /integrations/nextdns/
[philips_js docs]: /integrations/philips_js/
[switchbot docs]: /integrations/switchbot/
[zha docs]: /integrations/zha/
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing
@ -519,7 +561,7 @@ Removed:
- `mdi:discord`
- `mdi:google-home`
- `tablet-android` - Use `mdi:tablet` instead.
Renamed:
- `mdi:diving-scuba` to `mdi:diving-scuba-mask`