Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Paulus Schoutsen 2022-04-07 23:10:56 -07:00 committed by GitHub
parent fbc4eba0ea
commit 532de08896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 106 additions and 14 deletions

View File

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

View File

@ -55,6 +55,7 @@ Enjoy the release!
- [Other noteworthy changes](#other-noteworthy-changes) - [Other noteworthy changes](#other-noteworthy-changes)
- [New Integrations](#new-integrations) - [New Integrations](#new-integrations)
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Release 2022.4.1 - April 7](#release-202241---april-7)
- [Need help? Join the community!](#need-help-join-the-community) - [Need help? Join the community!](#need-help-join-the-community)
- [Breaking Changes](#breaking-changes) - [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following) - [Farewell to the following](#farewell-to-the-following)
@ -446,7 +447,7 @@ noteworthy changes this release:
integration this month! Shoutout to [@bdraco] for helping out on that one too. integration this month! Shoutout to [@bdraco] for helping out on that one too.
- Android 11 support for the [Android TV] integration is here! - Android 11 support for the [Android TV] integration is here!
Thanks, [@JeffLIrion]! Thanks, [@JeffLIrion]!
- Long-awaited and finally there: Native [Hue] groups support! Thanks to - Long-awaited and finally there: Native [Hue] groups support for brightness and other attributes! Thanks to
Signify, who implemented our request for this. This means Home Assistant can Signify, who implemented our request for this. This means Home Assistant can
now control groups as a whole instead of per light. Nice and snappy now! now control groups as a whole instead of per light. Nice and snappy now!
Thanks for adding support to Home Assistant for it [@marcelveldt]! Thanks for adding support to Home Assistant for it [@marcelveldt]!
@ -577,6 +578,97 @@ The following integrations are now available via the Home Assistant UI:
[Uptime]: /integrations/uptime [Uptime]: /integrations/uptime
[Utility Meter]: /integrations/utility_meter [Utility Meter]: /integrations/utility_meter
## Release 2022.4.1 - April 7
- Add comments to zwave_js node metadata WS API ([@raman325] - [#67210]) ([zwave_js docs])
- Continue on template error during yaml import for generic ([@davet2001] - [#69440]) ([generic docs])
- Fix telegram broadcast ([@balloob] - [#69452]) ([telegram_bot docs])
- Fix elkm1 connection when panel drops VN request ([@bdraco] - [#69454]) ([elkm1 docs])
- Ignore IPv6 link local address on ssdp discovery in Fritz!Smarthome ([@mib1185] - [#69455]) ([fritzbox docs])
- Fix reload race in unifiprotect ([@bdraco] - [#69485]) ([unifiprotect docs])
- Bump pyhaversion from 22.04.0 to 22.4.1 ([@ludeeus] - [#69486]) ([version docs])
- Fix remote_rpi_gpio missing requirement ([@thecode] - [#69488]) ([remote_rpi_gpio docs])
- Fix reloading the sun integration ([@bdraco] - [#69495]) ([sun docs])
- Gracefully handle empty summary in google calendar ([@allenporter] - [#69520]) ([google docs])
- Fix adding OS entities for supervised installations ([@ludeeus] - [#69539]) ([hassio docs])
- Fix registered entities without a category not being exclude-able in the HomeKit UI ([@bdraco] - [#69543]) ([homekit docs])
- Run energy db calls in the db executor ([@bdraco] - [#69544]) ([energy docs])
- Generic fix stream thumbnail ([@davet2001] - [#69378]) ([generic docs])
- Log which device has the time discrepancy ([@hunterjm] - [#69595]) ([onvif docs])
- Fix utility_meter reset service ([@dgomes] - [#69612]) ([utility_meter docs])
- Update aioairzone to v0.3.1 ([@Noltari] - [#68975]) ([airzone docs])
- Update aioairzone to v0.3.3 ([@Noltari] - [#69615]) ([airzone docs])
- Mark backgrounds optional for tplink random effects ([@bdraco] - [#69622]) ([tplink docs])
- Fix ZHA group creation ([@puddly] - [#69629]) ([zha docs])
- Fix tado default overlay for when set pre new overlay feature ([@north3221] - [#69584]) ([tado docs])
- Move new `zha_event` command parameters into a `params` key to ensure backwards compatibility ([@puddly] - [#69631]) ([zha docs])
- Bump ZHA quirks to 0.0.71 ([@dmulcahey] - [#69633]) ([zha docs])
- Fix Samjin Multi acceleration in ZHA ([@dmulcahey] - [#69636]) ([zha docs])
- [powerwall] Skip backup reserve sensor if data is unavailable ([@mdz] - [#69637]) ([powerwall docs])
- Fix bugs calendar oauth token date handling ([@allenporter] - [#69641]) ([google docs])
[#67210]: https://github.com/home-assistant/core/pull/67210
[#68975]: https://github.com/home-assistant/core/pull/68975
[#69378]: https://github.com/home-assistant/core/pull/69378
[#69440]: https://github.com/home-assistant/core/pull/69440
[#69452]: https://github.com/home-assistant/core/pull/69452
[#69454]: https://github.com/home-assistant/core/pull/69454
[#69455]: https://github.com/home-assistant/core/pull/69455
[#69485]: https://github.com/home-assistant/core/pull/69485
[#69486]: https://github.com/home-assistant/core/pull/69486
[#69488]: https://github.com/home-assistant/core/pull/69488
[#69495]: https://github.com/home-assistant/core/pull/69495
[#69520]: https://github.com/home-assistant/core/pull/69520
[#69539]: https://github.com/home-assistant/core/pull/69539
[#69543]: https://github.com/home-assistant/core/pull/69543
[#69544]: https://github.com/home-assistant/core/pull/69544
[#69584]: https://github.com/home-assistant/core/pull/69584
[#69595]: https://github.com/home-assistant/core/pull/69595
[#69612]: https://github.com/home-assistant/core/pull/69612
[#69615]: https://github.com/home-assistant/core/pull/69615
[#69622]: https://github.com/home-assistant/core/pull/69622
[#69629]: https://github.com/home-assistant/core/pull/69629
[#69631]: https://github.com/home-assistant/core/pull/69631
[#69633]: https://github.com/home-assistant/core/pull/69633
[#69636]: https://github.com/home-assistant/core/pull/69636
[#69637]: https://github.com/home-assistant/core/pull/69637
[#69641]: https://github.com/home-assistant/core/pull/69641
[@Noltari]: https://github.com/Noltari
[@allenporter]: https://github.com/allenporter
[@balloob]: https://github.com/balloob
[@bdraco]: https://github.com/bdraco
[@davet2001]: https://github.com/davet2001
[@dgomes]: https://github.com/dgomes
[@dmulcahey]: https://github.com/dmulcahey
[@hunterjm]: https://github.com/hunterjm
[@ludeeus]: https://github.com/ludeeus
[@mdz]: https://github.com/mdz
[@mib1185]: https://github.com/mib1185
[@north3221]: https://github.com/north3221
[@puddly]: https://github.com/puddly
[@raman325]: https://github.com/raman325
[@thecode]: https://github.com/thecode
[airzone docs]: /integrations/airzone/
[elkm1 docs]: /integrations/elkm1/
[energy docs]: /integrations/energy/
[fritzbox docs]: /integrations/fritzbox/
[generic docs]: /integrations/generic/
[google docs]: /integrations/google/
[hassio docs]: /integrations/hassio/
[homekit docs]: /integrations/homekit/
[onvif docs]: /integrations/onvif/
[powerwall docs]: /integrations/powerwall/
[remote_rpi_gpio docs]: /integrations/remote_rpi_gpio/
[sun docs]: /integrations/sun/
[tado docs]: /integrations/tado/
[telegram_bot docs]: /integrations/telegram_bot/
[tplink docs]: /integrations/tplink/
[unifiprotect docs]: /integrations/unifiprotect/
[utility_meter docs]: /integrations/utility_meter/
[version docs]: /integrations/version/
[zha docs]: /integrations/zha/
[zwave_js docs]: /integrations/zwave_js/
## Need help? Join the community! ## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing Home Assistant has a great community of users who are all more than willing