mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
2022.7.1
This commit is contained in:
parent
a369f6733f
commit
c237f5a767
@ -107,8 +107,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2022
|
||||
current_minor_version: 7
|
||||
current_patch_version: 0
|
||||
date_released: 2022-07-06
|
||||
current_patch_version: 1
|
||||
date_released: 2022-07-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.
|
||||
|
@ -51,6 +51,7 @@ like. So without further due: 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.7.1 - July 7](#release-202271---july-7)
|
||||
- [Need help? Join the community!](#need-help-join-the-community)
|
||||
- [Breaking Changes](#breaking-changes)
|
||||
- [Farewell to the following](#farewell-to-the-following)
|
||||
@ -333,6 +334,74 @@ The following integrations are now available via the Home Assistant UI:
|
||||
[Simplepush]: /integrations/simplepush
|
||||
[SkyBell]: /integrations/skybell
|
||||
|
||||
## Release 2022.7.1 - July 7
|
||||
|
||||
- Bump deCONZ dependency to v96 ([@Kane610] - [#74460]) ([deconz docs])
|
||||
- Bump satel_integra to 0.3.7 to fix compat with python 3.10 ([@c-soft] - [#74543]) ([satel_integra docs])
|
||||
- fjaraskupan: Make sure we stop bleak on home assistant stop ([@elupus] - [#74545]) ([fjaraskupan docs])
|
||||
- Minimize Sonos `media_player.unjoin` timeout ([@jjlawren] - [#74549]) ([sonos docs])
|
||||
- Bump aioskybell to 22.7.0 ([@tkdrob] - [#74559]) ([skybell docs])
|
||||
- Bump pyenvisalink version to 4.6 ([@ufodone] - [#74561]) ([envisalink docs])
|
||||
- ElkM1 bump lib to support Python 3.10 SSL ([@gwww] - [#74569]) ([elkm1 docs])
|
||||
- Fix openweathermap hourly forecast ([@emontnemery] - [#74578]) ([openweathermap docs])
|
||||
- Fix mix of aiohttp and requests in Bloomsky ([@frenck] - [#74598]) ([bloomsky docs])
|
||||
- Update aiokafka to 0.7.2 ([@frenck] - [#74601]) ([apache_kafka docs])
|
||||
- Poll cast groups when media player is added or reconnected ([@emontnemery] - [#74610]) ([cast docs])
|
||||
- Ikea Starkvind support all models ([@arnemauer] - [#74615]) ([zha docs])
|
||||
- Update frontend to 20220707.0 ([@bramkragten] - [#74625]) ([frontend docs])
|
||||
- Fix mix of aiohttp and requests in ZAMG ([@frenck] - [#74628]) ([zamg docs])
|
||||
- Fix smart energy polling for Tuya plugs ([@TheJulianJES] - [#74640]) ([zha docs])
|
||||
- Fix exception in doorbird logbook during startup ([@bdraco] - [#74649]) ([doorbird docs])
|
||||
- Update kaiterra-async-client to 1.0.0 ([@Michsior14] - [#74677]) ([kaiterra docs])
|
||||
|
||||
[#74460]: https://github.com/home-assistant/core/pull/74460
|
||||
[#74543]: https://github.com/home-assistant/core/pull/74543
|
||||
[#74545]: https://github.com/home-assistant/core/pull/74545
|
||||
[#74549]: https://github.com/home-assistant/core/pull/74549
|
||||
[#74559]: https://github.com/home-assistant/core/pull/74559
|
||||
[#74561]: https://github.com/home-assistant/core/pull/74561
|
||||
[#74569]: https://github.com/home-assistant/core/pull/74569
|
||||
[#74578]: https://github.com/home-assistant/core/pull/74578
|
||||
[#74598]: https://github.com/home-assistant/core/pull/74598
|
||||
[#74601]: https://github.com/home-assistant/core/pull/74601
|
||||
[#74610]: https://github.com/home-assistant/core/pull/74610
|
||||
[#74615]: https://github.com/home-assistant/core/pull/74615
|
||||
[#74625]: https://github.com/home-assistant/core/pull/74625
|
||||
[#74628]: https://github.com/home-assistant/core/pull/74628
|
||||
[#74640]: https://github.com/home-assistant/core/pull/74640
|
||||
[#74649]: https://github.com/home-assistant/core/pull/74649
|
||||
[#74677]: https://github.com/home-assistant/core/pull/74677
|
||||
[@Kane610]: https://github.com/Kane610
|
||||
[@Michsior14]: https://github.com/Michsior14
|
||||
[@TheJulianJES]: https://github.com/TheJulianJES
|
||||
[@arnemauer]: https://github.com/arnemauer
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@bramkragten]: https://github.com/bramkragten
|
||||
[@c-soft]: https://github.com/c-soft
|
||||
[@elupus]: https://github.com/elupus
|
||||
[@emontnemery]: https://github.com/emontnemery
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@gwww]: https://github.com/gwww
|
||||
[@jjlawren]: https://github.com/jjlawren
|
||||
[@tkdrob]: https://github.com/tkdrob
|
||||
[@ufodone]: https://github.com/ufodone
|
||||
[apache_kafka docs]: /integrations/apache_kafka/
|
||||
[bloomsky docs]: /integrations/bloomsky/
|
||||
[cast docs]: /integrations/cast/
|
||||
[deconz docs]: /integrations/deconz/
|
||||
[doorbird docs]: /integrations/doorbird/
|
||||
[elkm1 docs]: /integrations/elkm1/
|
||||
[envisalink docs]: /integrations/envisalink/
|
||||
[fjaraskupan docs]: /integrations/fjaraskupan/
|
||||
[frontend docs]: /integrations/frontend/
|
||||
[kaiterra docs]: /integrations/kaiterra/
|
||||
[openweathermap docs]: /integrations/openweathermap/
|
||||
[satel_integra docs]: /integrations/satel_integra/
|
||||
[skybell docs]: /integrations/skybell/
|
||||
[sonos docs]: /integrations/sonos/
|
||||
[zamg docs]: /integrations/zamg/
|
||||
[zha docs]: /integrations/zha/
|
||||
|
||||
## 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