Merge branch 'current' into next

This commit is contained in:
Franck Nijhof 2022-08-29 20:46:29 +02:00
commit d8c92224f7
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
5 changed files with 59 additions and 3 deletions

View File

@ -107,8 +107,8 @@ social:
# Home Assistant release details
current_major_version: 2022
current_minor_version: 8
current_patch_version: 6
date_released: 2022-08-18
current_patch_version: 7
date_released: 2022-08-25
# 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

@ -31,7 +31,9 @@ You can also specify a weather station to use by providing a identification code
## Entities
The integration will create the entities listed below. Note that many of the entities are disabled by default and can be enabled via the Configuration / Entities screen.
The integration will create the entities listed below.
Note that many of the entities, such as radar imagery and hourly forecasts, are disabled by default and can be enabled via the Entity status settings available through the Configuration / Entities screen.
### Weather

View File

@ -49,6 +49,7 @@ Enjoy the release!
- [Release 2022.8.4 - August 12](#release-202284---august-12)
- [Release 2022.8.5 - August 15](#release-202285---august-15)
- [Release 2022.8.6 - August 17](#release-202286---august-17)
- [Release 2022.8.7 - August 25](#release-202287---august-25)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following)
@ -606,6 +607,56 @@ The following integrations are now available via the Home Assistant UI:
[overkiz docs]: /integrations/overkiz/
[slack docs]: /integrations/slack/
## Release 2022.8.7 - August 25
- Add edl21 sensor unit mapping for Hz ([@StephanU] - [#76783]) ([edl21 docs])
- Change growatt server URL ([@coffeedave] - [#76824]) ([growatt_server docs])
- Bump pySwitchbot to 0.18.12 ([@bdraco] - [#77040]) ([switchbot docs])
- Bump pySwitchbot to 0.18.14 ([@bdraco] - [#77090]) ([switchbot docs])
- Protect against an exception in Shelly climate platform ([@bieniu] - [#77102]) ([shelly docs])
- Bump ZHA dependencies ([@puddly] - [#77125]) ([zha docs])
- Minor deCONZ clean up ([@Kane610] - [#76323]) ([deconz docs])
- Fix level controllable output controls in deCONZ ([@Kane610] - [#77223]) ([deconz docs])
- Fix Aladdin connect multiple doors on one device ([@mkmer] - [#77226]) ([aladdin_connect docs])
- Fix met_eireann default wind speed unit ([@donoghdb] - [#77229]) ([met_eireann docs])
- Update xknx to 1.0.1 ([@farmio] - [#77244]) ([knx docs])
- Fix grid_export_limit unit for DT inverters ([@mletenay] - [#77290]) ([goodwe docs])
- Add BLE sensor to Aladdin_connect ([@mkmer] - [#76221]) ([aladdin_connect docs])
[#76221]: https://github.com/home-assistant/core/pull/76221
[#76323]: https://github.com/home-assistant/core/pull/76323
[#76783]: https://github.com/home-assistant/core/pull/76783
[#76824]: https://github.com/home-assistant/core/pull/76824
[#77040]: https://github.com/home-assistant/core/pull/77040
[#77090]: https://github.com/home-assistant/core/pull/77090
[#77102]: https://github.com/home-assistant/core/pull/77102
[#77125]: https://github.com/home-assistant/core/pull/77125
[#77223]: https://github.com/home-assistant/core/pull/77223
[#77226]: https://github.com/home-assistant/core/pull/77226
[#77229]: https://github.com/home-assistant/core/pull/77229
[#77244]: https://github.com/home-assistant/core/pull/77244
[#77290]: https://github.com/home-assistant/core/pull/77290
[@Kane610]: https://github.com/Kane610
[@StephanU]: https://github.com/StephanU
[@bdraco]: https://github.com/bdraco
[@bieniu]: https://github.com/bieniu
[@coffeedave]: https://github.com/coffeedave
[@donoghdb]: https://github.com/donoghdb
[@farmio]: https://github.com/farmio
[@mkmer]: https://github.com/mkmer
[@mletenay]: https://github.com/mletenay
[@puddly]: https://github.com/puddly
[aladdin_connect docs]: /integrations/aladdin_connect/
[deconz docs]: /integrations/deconz/
[edl21 docs]: /integrations/edl21/
[goodwe docs]: /integrations/goodwe/
[growatt_server docs]: /integrations/growatt_server/
[knx docs]: /integrations/knx/
[met_eireann docs]: /integrations/met_eireann/
[shelly docs]: /integrations/shelly/
[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

View File

@ -402,6 +402,7 @@
/getting-started/installation-raspberry-pi-all-in-one /getting-started
/docs/tools/keyring/ /docs/configuration/secrets
/docs/tools/credstash/ /docs/configuration/secrets
/docs/scripts/editor/ /docs/scripts
# Blog
/blog/2019/05/29/release-94 /blog/2019/06/05/release-94

View File

@ -4,5 +4,7 @@ description: "Landing page for Home Assistant Android app."
---
<link rel='redirect_uri' href='homeassistant://auth-callback'>
<link rel='redirect_uri' href='https://wear.googleapis.com/3p_auth/io.homeassistant.companion.android'>
<link rel='redirect_uri' href='https://wear.googleapis.com/3p_auth/io.homeassistant.companion.android.debug'>
<script>document.location.href = 'https://companion.home-assistant.io/';</script>