This commit is contained in:
Franck Nijhof 2023-07-21 21:16:37 +02:00 committed by GitHub
parent 774c18cf77
commit a831621544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 128 additions and 2 deletions

View File

@ -110,8 +110,8 @@ social:
# Home Assistant release details
current_major_version: 2023
current_minor_version: 7
current_patch_version: 2
date_released: 2023-07-13
current_patch_version: 3
date_released: 2023-07-21
# 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

@ -58,6 +58,7 @@ Enjoy the release!
- [New integrations](#new-integrations)
- [Release 2023.7.1 - July 6](#release-202371---july-6)
- [Release 2023.7.2 - July 13](#release-202372---july-13)
- [Release 2023.7.3 - July 21](#release-202373---july-21)
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
- [Need help? Join the community!](#need-help-join-the-community)
- [Breaking changes](#breaking-changes)
@ -635,6 +636,131 @@ We welcome the following new integrations in this release:
[yalexs_ble docs]: /integrations/yalexs_ble/
[zha docs]: /integrations/zha/
## Release 2023.7.3 - July 21
- Use device class naming for SimpliSafe ([@joostlek] - [#96093]) ([simplisafe docs])
- Always try PullPoint with ONVIF ([@bdraco] - [#96377]) ([onvif docs])
- Bump vallox-websocket-api to 3.3.0 ([@slovdahl] - [#96493]) ([vallox docs]) (dependency)
- Fix Vallox fan entity naming ([@slovdahl] - [#96494]) ([vallox docs])
- Bump devolo_plc_api to 1.3.2 ([@Shutgun] - [#96499]) ([devolo_home_network docs]) (dependency)
- Support MyStrom switch 120 ([@joostlek] - [#96535]) ([mystrom docs])
- Defer SSDP UPNP server start until the started event ([@bdraco] - [#96555]) ([ssdp docs])
- Handle empty strings for ESPHome UOMs ([@bdraco] - [#96556]) ([esphome docs])
- Bump onvif-zeep-async to 3.1.12 ([@bdraco] - [#96560]) ([onvif docs]) (dependency)
- Fix daikin missing key after migration ([@mover85] - [#96575]) ([daikin docs])
- Ensure androidtv_remote does not block startup of HA ([@quthla] - [#96582]) ([androidtv_remote docs])
- Bump pyrainbird to 2.1.1 ([@allenporter] - [#96601]) ([rainbird docs]) (dependency)
- Bump pyrainbird to 3.0.0 ([@allenporter] - [#96610]) ([rainbird docs]) (dependency)
- Fix SmartThings Cover Set Position (for window shades) ([@andrewsayre] - [#96612]) ([smartthings docs]) (dependency)
- Improve imap error handling for config entry ([@jbouwh] - [#96724]) ([imap docs])
- Use explicit device name for Stookalert ([@joostlek] - [#96755]) ([stookalert docs])
- Prevent otbr creating multiple config entries ([@emontnemery] - [#96783]) ([otbr docs])
- Fix check for HA Yellow radio in otbr config flow ([@emontnemery] - [#96789]) ([otbr docs])
- Update PyYAML to 6.0.1 ([@cdce8p] - [#96800]) (dependency)
- Update pycocotools to 2.0.6 ([@cdce8p] - [#96831]) ([tensorflow docs]) (dependency)
- Add username to Reauth flow in Honeywell ([@mkmer] - [#96850]) ([honeywell docs])
- bump python-Roborock to 0.30.1 ([@Lash-L] - [#96877]) ([roborock docs]) (dependency)
- Avoid infinite loop on corrupt stream recording ([@uvjustin] - [#96881]) ([stream docs])
- Bump AIOSomecomfort to 0.0.15 in Honeywell ([@mkmer] - [#96904]) ([honeywell docs]) (dependency)
- Fix timer switch in Sensibo ([@gjohansson-ST] - [#96911]) ([sensibo docs])
- Disable wheels building for pycocotools ([@frenck] - [#96937])
- Fix esphome entity ids in test ([@bdraco] - [#96965]) ([esphome docs])
- Add custom bypass night arming to SIA alarm codes ([@etnoy] - [#95736]) ([sia docs])
- Upgrade pymazda to 0.3.10 ([@bdr99] - [#96954]) ([mazda docs]) (dependency)
- Fix OTBR tests on RC ([@frenck] - [#96966]) ([otbr docs])
- Update aiohttp to 3.8.5 ([@frenck] - [#96945]) (dependency)
- Remove stateclass from Systemmonitor process sensor ([@joostlek] - [#96973]) ([systemmonitor docs])
- Fix task leak on config entry unload/retry ([@bdraco] - [#96981])
- Bump env_canada to v0.5.36 ([@michaeldavie] - [#96987]) ([environment_canada docs])
- Update pyfibaro dependency ([@rappenze] - [#97004]) ([fibaro docs]) (dependency)
[#95736]: https://github.com/home-assistant/core/pull/95736
[#95908]: https://github.com/home-assistant/core/pull/95908
[#96006]: https://github.com/home-assistant/core/pull/96006
[#96093]: https://github.com/home-assistant/core/pull/96093
[#96377]: https://github.com/home-assistant/core/pull/96377
[#96487]: https://github.com/home-assistant/core/pull/96487
[#96493]: https://github.com/home-assistant/core/pull/96493
[#96494]: https://github.com/home-assistant/core/pull/96494
[#96499]: https://github.com/home-assistant/core/pull/96499
[#96535]: https://github.com/home-assistant/core/pull/96535
[#96555]: https://github.com/home-assistant/core/pull/96555
[#96556]: https://github.com/home-assistant/core/pull/96556
[#96560]: https://github.com/home-assistant/core/pull/96560
[#96575]: https://github.com/home-assistant/core/pull/96575
[#96582]: https://github.com/home-assistant/core/pull/96582
[#96601]: https://github.com/home-assistant/core/pull/96601
[#96610]: https://github.com/home-assistant/core/pull/96610
[#96612]: https://github.com/home-assistant/core/pull/96612
[#96724]: https://github.com/home-assistant/core/pull/96724
[#96755]: https://github.com/home-assistant/core/pull/96755
[#96783]: https://github.com/home-assistant/core/pull/96783
[#96789]: https://github.com/home-assistant/core/pull/96789
[#96800]: https://github.com/home-assistant/core/pull/96800
[#96831]: https://github.com/home-assistant/core/pull/96831
[#96850]: https://github.com/home-assistant/core/pull/96850
[#96877]: https://github.com/home-assistant/core/pull/96877
[#96881]: https://github.com/home-assistant/core/pull/96881
[#96904]: https://github.com/home-assistant/core/pull/96904
[#96911]: https://github.com/home-assistant/core/pull/96911
[#96937]: https://github.com/home-assistant/core/pull/96937
[#96945]: https://github.com/home-assistant/core/pull/96945
[#96954]: https://github.com/home-assistant/core/pull/96954
[#96965]: https://github.com/home-assistant/core/pull/96965
[#96966]: https://github.com/home-assistant/core/pull/96966
[#96973]: https://github.com/home-assistant/core/pull/96973
[#96981]: https://github.com/home-assistant/core/pull/96981
[#96987]: https://github.com/home-assistant/core/pull/96987
[#97004]: https://github.com/home-assistant/core/pull/97004
[@Lash-L]: https://github.com/Lash-L
[@Shutgun]: https://github.com/Shutgun
[@allenporter]: https://github.com/allenporter
[@andrewsayre]: https://github.com/andrewsayre
[@balloob]: https://github.com/balloob
[@bdr99]: https://github.com/bdr99
[@bdraco]: https://github.com/bdraco
[@cdce8p]: https://github.com/cdce8p
[@emontnemery]: https://github.com/emontnemery
[@etnoy]: https://github.com/etnoy
[@frenck]: https://github.com/frenck
[@gjohansson-ST]: https://github.com/gjohansson-ST
[@jbouwh]: https://github.com/jbouwh
[@joostlek]: https://github.com/joostlek
[@michaeldavie]: https://github.com/michaeldavie
[@mkmer]: https://github.com/mkmer
[@mover85]: https://github.com/mover85
[@quthla]: https://github.com/quthla
[@rappenze]: https://github.com/rappenze
[@slovdahl]: https://github.com/slovdahl
[@uvjustin]: https://github.com/uvjustin
[abode docs]: /integrations/abode/
[accuweather docs]: /integrations/accuweather/
[acmeda docs]: /integrations/acmeda/
[androidtv_remote docs]: /integrations/androidtv_remote/
[daikin docs]: /integrations/daikin/
[devolo_home_network docs]: /integrations/devolo_home_network/
[environment_canada docs]: /integrations/environment_canada/
[esphome docs]: /integrations/esphome/
[fibaro docs]: /integrations/fibaro/
[honeywell docs]: /integrations/honeywell/
[imap docs]: /integrations/imap/
[mazda docs]: /integrations/mazda/
[mystrom docs]: /integrations/mystrom/
[onvif docs]: /integrations/onvif/
[otbr docs]: /integrations/otbr/
[rainbird docs]: /integrations/rainbird/
[roborock docs]: /integrations/roborock/
[sensibo docs]: /integrations/sensibo/
[sia docs]: /integrations/sia/
[simplisafe docs]: /integrations/simplisafe/
[smartthings docs]: /integrations/smartthings/
[ssdp docs]: /integrations/ssdp/
[stookalert docs]: /integrations/stookalert/
[stream docs]: /integrations/stream/
[systemmonitor docs]: /integrations/systemmonitor/
[tensorflow docs]: /integrations/tensorflow/
[vallox docs]: /integrations/vallox/
## Integrations now available to set up from the UI
The following integrations are now available via the Home Assistant UI: