mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
2022.6.7
This commit is contained in:
parent
ecdaa1019e
commit
2afd83c1ad
@ -107,8 +107,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2022
|
||||
current_minor_version: 6
|
||||
current_patch_version: 6
|
||||
date_released: 2022-06-14
|
||||
current_patch_version: 7
|
||||
date_released: 2022-06-22
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -65,6 +65,7 @@ Enjoy the release (and upcoming events)!
|
||||
- [Release 2022.6.4 - June 7](#release-202264---june-7)
|
||||
- [Release 2022.6.5 - June 10](#release-202265---june-10)
|
||||
- [Release 2022.6.6 - June 14](#release-202266---june-14)
|
||||
- [Release 2022.6.7 - June 22](#release-202267---june-22)
|
||||
- [Need help? Join the community!](#need-help-join-the-community)
|
||||
- [Breaking Changes](#breaking-changes)
|
||||
- [Farewell to the following](#farewell-to-the-following)
|
||||
@ -637,6 +638,79 @@ The following integrations are now available via the Home Assistant UI:
|
||||
[yeelight docs]: /integrations/yeelight/
|
||||
[zwave_js docs]: /integrations/zwave_js/
|
||||
|
||||
## Release 2022.6.7 - June 22
|
||||
|
||||
- Ensure metoffice daily are returned once daily ([@gordallott] - [#72440]) ([metoffice docs])
|
||||
- Fix thumbnail issues in Twitch integration ([@bergdahl] - [#72564]) ([twitch docs])
|
||||
- Bump aiobafi6 to 0.6.0 to fix logging performance ([@jfroy] - [#73517]) ([baf docs]) (dependency)
|
||||
- Use IP address instead of hostname in Brother integration ([@bieniu] - [#73556]) ([brother docs])
|
||||
- Bump growattServer to 1.2.2 ([@muppet3000] - [#73561]) ([growatt_server docs]) (dependency)
|
||||
- Handle offline generators in oncue ([@bdraco] - [#73568]) ([oncue docs])
|
||||
- Don't attempt to reload MQTT device tracker ([@emontnemery] - [#73577]) ([mqtt docs])
|
||||
- Fix handling of illegal dates in onvif sensor ([@emontnemery] - [#73600]) ([onvif docs])
|
||||
- Fix voltage and current values for Fritz!DECT smart plugs ([@mib1185] - [#73608]) ([fritzbox docs])
|
||||
- Fix MQTT config schema to ensure correct validation ([@jbouwh] - [#73619]) ([mqtt docs])
|
||||
- Fix calling permanent off with nexia ([@bdraco] - [#73623]) ([nexia docs]) (dependency)
|
||||
- Don't verify ssl certificates for ssdp/upnp devices ([@StevenLooman] - [#73647]) ([upnp docs]) ([ssdp docs])
|
||||
- Retry on SenseAPIException during sense config entry setup ([@bdraco] - [#73651]) ([sense docs])
|
||||
- Fix AmbiClimate services definition ([@maxgashkov] - [#73668]) ([ambiclimate docs])
|
||||
- Update aiomusiccast ([@micha91] - [#73694]) ([yamaha_musiccast docs]) (dependency)
|
||||
- Fix CSRF token for UniFi ([@Kane610] - [#73716]) ([unifi docs])
|
||||
- Insteon bug fixes ([@teharris1] - [#73791]) ([insteon docs])
|
||||
- Fix Plugwise migration error ([@frenck] - [#73812]) ([plugwise docs])
|
||||
|
||||
[#72440]: https://github.com/home-assistant/core/pull/72440
|
||||
[#72564]: https://github.com/home-assistant/core/pull/72564
|
||||
[#73517]: https://github.com/home-assistant/core/pull/73517
|
||||
[#73556]: https://github.com/home-assistant/core/pull/73556
|
||||
[#73561]: https://github.com/home-assistant/core/pull/73561
|
||||
[#73568]: https://github.com/home-assistant/core/pull/73568
|
||||
[#73577]: https://github.com/home-assistant/core/pull/73577
|
||||
[#73600]: https://github.com/home-assistant/core/pull/73600
|
||||
[#73608]: https://github.com/home-assistant/core/pull/73608
|
||||
[#73619]: https://github.com/home-assistant/core/pull/73619
|
||||
[#73623]: https://github.com/home-assistant/core/pull/73623
|
||||
[#73647]: https://github.com/home-assistant/core/pull/73647
|
||||
[#73651]: https://github.com/home-assistant/core/pull/73651
|
||||
[#73668]: https://github.com/home-assistant/core/pull/73668
|
||||
[#73694]: https://github.com/home-assistant/core/pull/73694
|
||||
[#73716]: https://github.com/home-assistant/core/pull/73716
|
||||
[#73791]: https://github.com/home-assistant/core/pull/73791
|
||||
[#73812]: https://github.com/home-assistant/core/pull/73812
|
||||
[@Kane610]: https://github.com/Kane610
|
||||
[@StevenLooman]: https://github.com/StevenLooman
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@bergdahl]: https://github.com/bergdahl
|
||||
[@bieniu]: https://github.com/bieniu
|
||||
[@emontnemery]: https://github.com/emontnemery
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@gordallott]: https://github.com/gordallott
|
||||
[@jbouwh]: https://github.com/jbouwh
|
||||
[@jfroy]: https://github.com/jfroy
|
||||
[@maxgashkov]: https://github.com/maxgashkov
|
||||
[@mib1185]: https://github.com/mib1185
|
||||
[@micha91]: https://github.com/micha91
|
||||
[@muppet3000]: https://github.com/muppet3000
|
||||
[@teharris1]: https://github.com/teharris1
|
||||
[ambiclimate docs]: /integrations/ambiclimate/
|
||||
[baf docs]: /integrations/baf/
|
||||
[brother docs]: /integrations/brother/
|
||||
[fritzbox docs]: /integrations/fritzbox/
|
||||
[growatt_server docs]: /integrations/growatt_server/
|
||||
[insteon docs]: /integrations/insteon/
|
||||
[metoffice docs]: /integrations/metoffice/
|
||||
[mqtt docs]: /integrations/mqtt/
|
||||
[nexia docs]: /integrations/nexia/
|
||||
[oncue docs]: /integrations/oncue/
|
||||
[onvif docs]: /integrations/onvif/
|
||||
[plugwise docs]: /integrations/plugwise/
|
||||
[sense docs]: /integrations/sense/
|
||||
[ssdp docs]: /integrations/ssdp/
|
||||
[twitch docs]: /integrations/twitch/
|
||||
[unifi docs]: /integrations/unifi/
|
||||
[upnp docs]: /integrations/upnp/
|
||||
[yamaha_musiccast docs]: /integrations/yamaha_musiccast/
|
||||
|
||||
## 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