mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
2022.8.1 (#23656)
This commit is contained in:
parent
c0ff3c40ec
commit
98d598880a
@ -107,8 +107,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2022
|
||||
current_minor_version: 8
|
||||
current_patch_version: 0
|
||||
date_released: 2022-08-03
|
||||
current_patch_version: 1
|
||||
date_released: 2022-08-04
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -43,27 +43,18 @@ Enjoy the release!
|
||||
- [Other noteworthy changes](#other-noteworthy-changes)
|
||||
- [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)
|
||||
- [Need help? Join the community!](#need-help-join-the-community)
|
||||
- [Breaking Changes](#breaking-changes)
|
||||
- [Farewell to the following](#farewell-to-the-following)
|
||||
- [All changes](#all-changes)
|
||||
|
||||
|
||||
Don't forget to [join our release party live stream on YouTube](https://www.youtube.com/watch?v=m9gKFH8WlzY) today at 12:00 PDT / 21:00 CET!
|
||||
|
||||
<lite-youtube videoid="m9gKFH8WlzY" videotitle="Home Assistant 2022.8 Release Party"></lite-youtube>
|
||||
|
||||
{% comment %}
|
||||
|
||||
<!-- Replace the wrapper above with the following after the livestream...-->
|
||||
|
||||
Missed our release party live stream on YouTube? Don't worry! You can watch
|
||||
the recording of it right here!
|
||||
|
||||
<lite-youtube videoid="m9gKFH8WlzY" videotitle="Home Assistant 2022.8 Release Party"></lite-youtube>
|
||||
|
||||
{% endcomment %}
|
||||
|
||||
## Introducing Repairs: You can fix it!
|
||||
|
||||
A completely new feature we hope you are going to love: **Repairs**! 👷♂️
|
||||
@ -319,6 +310,74 @@ The following integrations are now available via the Home Assistant UI:
|
||||
[Anthem A/V Receivers]: /integrations/anthemav
|
||||
[Bose SoundTouch]: /integrations/soundtouch
|
||||
|
||||
## Release 2022.8.1 - August 4
|
||||
|
||||
- Fix zwave_js addon info ([@MartinHjelmare] - [#76044]) ([hassio docs]) ([zwave_js docs])
|
||||
- Bump bleak to 0.15.1 ([@bdraco] - [#76136]) ([bluetooth docs])
|
||||
- Allow climate operation mode fan_only as custom mode in Alexa ([@jbouwh] - [#76148]) ([alexa docs])
|
||||
- Remove icon attribute if device class is set ([@dgomes] - [#76161]) ([integration docs])
|
||||
- Fix flux_led ignored entries not being respected ([@bdraco] - [#76173]) ([flux_led docs])
|
||||
- Fix race in bluetooth async_process_advertisements ([@bdraco] - [#76176]) ([bluetooth docs])
|
||||
- Add repair item to remove no-longer-functioning Flu Near You integration ([@bachya] - [#76177]) ([flunearyou docs]) (deprecation)
|
||||
- Fix arm away in Risco ([@OnFreund] - [#76188]) ([risco docs])
|
||||
- Fix nullable ip_address in mikrotik ([@engrbm87] - [#76197]) ([mikrotik docs])
|
||||
- Mark RPI Power binary sensor as diagnostic ([@frenck] - [#76198]) ([rpi_power docs])
|
||||
- BLE pairing reliablity fixes for HomeKit Controller ([@bdraco] - [#76199]) ([homekit_controller docs]) (dependency)
|
||||
- Bump NextDNS library ([@bieniu] - [#76207]) ([nextdns docs])
|
||||
- Bump AIOAladdin Connect to 0.1.41 ([@mkmer] - [#76217]) ([aladdin_connect docs]) (dependency)
|
||||
- Fix spelling of OpenWrt in luci integration manifest ([@frenck] - [#76219]) ([luci docs])
|
||||
- Fix Life360 recovery from server errors ([@pnbruckner] - [#76231]) ([life360 docs])
|
||||
- More explicitly call out special cases with SimpliSafe authorization code ([@bachya] - [#76232]) ([simplisafe docs])
|
||||
- Enable strict typing for HomeKit Controller config flow module ([@Jc2k] - [#76233]) ([homekit_controller docs])
|
||||
- Fix some homekit_controller pylint warnings and (local only) test failures ([@Jc2k] - [#76122]) ([homekit_controller docs])
|
||||
|
||||
[#76044]: https://github.com/home-assistant/core/pull/76044
|
||||
[#76122]: https://github.com/home-assistant/core/pull/76122
|
||||
[#76136]: https://github.com/home-assistant/core/pull/76136
|
||||
[#76148]: https://github.com/home-assistant/core/pull/76148
|
||||
[#76161]: https://github.com/home-assistant/core/pull/76161
|
||||
[#76173]: https://github.com/home-assistant/core/pull/76173
|
||||
[#76176]: https://github.com/home-assistant/core/pull/76176
|
||||
[#76177]: https://github.com/home-assistant/core/pull/76177
|
||||
[#76188]: https://github.com/home-assistant/core/pull/76188
|
||||
[#76197]: https://github.com/home-assistant/core/pull/76197
|
||||
[#76198]: https://github.com/home-assistant/core/pull/76198
|
||||
[#76199]: https://github.com/home-assistant/core/pull/76199
|
||||
[#76207]: https://github.com/home-assistant/core/pull/76207
|
||||
[#76217]: https://github.com/home-assistant/core/pull/76217
|
||||
[#76219]: https://github.com/home-assistant/core/pull/76219
|
||||
[#76231]: https://github.com/home-assistant/core/pull/76231
|
||||
[#76232]: https://github.com/home-assistant/core/pull/76232
|
||||
[#76233]: https://github.com/home-assistant/core/pull/76233
|
||||
[@Jc2k]: https://github.com/Jc2k
|
||||
[@MartinHjelmare]: https://github.com/MartinHjelmare
|
||||
[@OnFreund]: https://github.com/OnFreund
|
||||
[@bachya]: https://github.com/bachya
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@bieniu]: https://github.com/bieniu
|
||||
[@dgomes]: https://github.com/dgomes
|
||||
[@engrbm87]: https://github.com/engrbm87
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@jbouwh]: https://github.com/jbouwh
|
||||
[@mkmer]: https://github.com/mkmer
|
||||
[@pnbruckner]: https://github.com/pnbruckner
|
||||
[aladdin_connect docs]: /integrations/aladdin_connect/
|
||||
[alexa docs]: /integrations/alexa/
|
||||
[bluetooth docs]: /integrations/bluetooth/
|
||||
[flunearyou docs]: /integrations/flunearyou/
|
||||
[flux_led docs]: /integrations/flux_led/
|
||||
[hassio docs]: /integrations/hassio/
|
||||
[homekit_controller docs]: /integrations/homekit_controller/
|
||||
[integration docs]: /integrations/integration/
|
||||
[life360 docs]: /integrations/life360/
|
||||
[luci docs]: /integrations/luci/
|
||||
[mikrotik docs]: /integrations/mikrotik/
|
||||
[nextdns docs]: /integrations/nextdns/
|
||||
[risco docs]: /integrations/risco/
|
||||
[rpi_power docs]: /integrations/rpi_power/
|
||||
[simplisafe docs]: /integrations/simplisafe/
|
||||
[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
|
||||
|
Loading…
x
Reference in New Issue
Block a user