mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
2023.3.6 (#26691)
This commit is contained in:
parent
88427565e2
commit
057c031301
@ -110,8 +110,8 @@ social:
|
|||||||
# Home Assistant release details
|
# Home Assistant release details
|
||||||
current_major_version: 2023
|
current_major_version: 2023
|
||||||
current_minor_version: 3
|
current_minor_version: 3
|
||||||
current_patch_version: 5
|
current_patch_version: 6
|
||||||
date_released: 2023-03-16
|
date_released: 2023-03-22
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -53,6 +53,7 @@ Enjoy the release!
|
|||||||
- [Release 2023.3.3 - March 9](#release-202333---march-9)
|
- [Release 2023.3.3 - March 9](#release-202333---march-9)
|
||||||
- [Release 2023.3.4 - March 13](#release-202334---march-13)
|
- [Release 2023.3.4 - March 13](#release-202334---march-13)
|
||||||
- [Release 2023.3.5 - March 16](#release-202335---march-16)
|
- [Release 2023.3.5 - March 16](#release-202335---march-16)
|
||||||
|
- [Release 2023.3.6 - March 22](#release-202336---march-22)
|
||||||
- [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)
|
||||||
- [All changes](#all-changes)
|
- [All changes](#all-changes)
|
||||||
@ -617,6 +618,71 @@ We welcome the following new integrations in this release:
|
|||||||
[sensor docs]: /integrations/sensor/
|
[sensor docs]: /integrations/sensor/
|
||||||
[tibber docs]: /integrations/tibber
|
[tibber docs]: /integrations/tibber
|
||||||
|
|
||||||
|
## Release 2023.3.6 - March 22
|
||||||
|
|
||||||
|
- Fix imap_email_content unknown status and replaying stale states ([@jbouwh] - [#89563]) ([imap_email_content docs])
|
||||||
|
- Bump aioharmony to 0.2.10 ([@bdraco] - [#89831]) ([harmony docs])
|
||||||
|
- Correct missing wordswap for S series nibe ([@elupus] - [#89866]) ([nibe_heatpump docs])
|
||||||
|
- Fix blocking MQTT entry unload ([@jbouwh] - [#89922]) ([mqtt docs])
|
||||||
|
- Remove async_block_till_done in freebox ([@bdraco] - [#89928]) ([freebox docs])
|
||||||
|
- Bump aiomusiccast to 0.14.8 ([@micha91] - [#89978]) ([yamaha_musiccast docs])
|
||||||
|
- Handle cancelation of wait_for_ble_connections_free in esphome bluetooth ([@bdraco] - [#90014]) ([esphome docs])
|
||||||
|
- Bump yalexs_ble to 2.1.0 ([@bdraco] - [#89772]) ([august docs]) ([yalexs_ble docs])
|
||||||
|
- Bump yalexs-ble to 2.1.1 ([@bdraco] - [#90015]) ([yalexs_ble docs])
|
||||||
|
- Bump easyEnergy to v0.2.1 ([@klaasnicolaas] - [#89630]) ([easyenergy docs])
|
||||||
|
- Bump easyEnergy to v0.2.2 ([@klaasnicolaas] - [#90080]) ([easyenergy docs])
|
||||||
|
- Bump to oralb-ble 0.17.6 ([@Lash-L] - [#90081]) ([oralb docs])
|
||||||
|
- Bump PySwitchbot to 0.37.4 ([@bdraco] - [#90146]) ([switchbot docs])
|
||||||
|
- Always enforce URL param ordering for signed URLs ([@balloob] - [#90148]) ([http docs])
|
||||||
|
|
||||||
|
[#88979]: https://github.com/home-assistant/core/pull/88979
|
||||||
|
[#89059]: https://github.com/home-assistant/core/pull/89059
|
||||||
|
[#89381]: https://github.com/home-assistant/core/pull/89381
|
||||||
|
[#89459]: https://github.com/home-assistant/core/pull/89459
|
||||||
|
[#89563]: https://github.com/home-assistant/core/pull/89563
|
||||||
|
[#89630]: https://github.com/home-assistant/core/pull/89630
|
||||||
|
[#89647]: https://github.com/home-assistant/core/pull/89647
|
||||||
|
[#89772]: https://github.com/home-assistant/core/pull/89772
|
||||||
|
[#89814]: https://github.com/home-assistant/core/pull/89814
|
||||||
|
[#89831]: https://github.com/home-assistant/core/pull/89831
|
||||||
|
[#89866]: https://github.com/home-assistant/core/pull/89866
|
||||||
|
[#89922]: https://github.com/home-assistant/core/pull/89922
|
||||||
|
[#89928]: https://github.com/home-assistant/core/pull/89928
|
||||||
|
[#89978]: https://github.com/home-assistant/core/pull/89978
|
||||||
|
[#90014]: https://github.com/home-assistant/core/pull/90014
|
||||||
|
[#90015]: https://github.com/home-assistant/core/pull/90015
|
||||||
|
[#90080]: https://github.com/home-assistant/core/pull/90080
|
||||||
|
[#90081]: https://github.com/home-assistant/core/pull/90081
|
||||||
|
[#90146]: https://github.com/home-assistant/core/pull/90146
|
||||||
|
[#90148]: https://github.com/home-assistant/core/pull/90148
|
||||||
|
[@Lash-L]: https://github.com/Lash-L
|
||||||
|
[@balloob]: https://github.com/balloob
|
||||||
|
[@bdraco]: https://github.com/bdraco
|
||||||
|
[@elupus]: https://github.com/elupus
|
||||||
|
[@frenck]: https://github.com/frenck
|
||||||
|
[@jbouwh]: https://github.com/jbouwh
|
||||||
|
[@klaasnicolaas]: https://github.com/klaasnicolaas
|
||||||
|
[@micha91]: https://github.com/micha91
|
||||||
|
[abode docs]: /integrations/abode/
|
||||||
|
[august docs]: /integrations/august/
|
||||||
|
[dormakaba_dkey docs]: /integrations/dormakaba_dkey/
|
||||||
|
[easyenergy docs]: /integrations/easyenergy/
|
||||||
|
[esphome docs]: /integrations/esphome/
|
||||||
|
[freebox docs]: /integrations/freebox/
|
||||||
|
[frontend docs]: /integrations/frontend/
|
||||||
|
[harmony docs]: /integrations/harmony/
|
||||||
|
[http docs]: /integrations/http/
|
||||||
|
[imap_email_content docs]: /integrations/imap_email_content/
|
||||||
|
[knx docs]: /integrations/knx/
|
||||||
|
[mqtt docs]: /integrations/mqtt/
|
||||||
|
[nibe_heatpump docs]: /integrations/nibe_heatpump/
|
||||||
|
[oralb docs]: /integrations/oralb/
|
||||||
|
[sensor docs]: /integrations/sensor/
|
||||||
|
[switchbot docs]: /integrations/switchbot/
|
||||||
|
[tibber docs]: /integrations/tibber/
|
||||||
|
[yalexs_ble docs]: /integrations/yalexs_ble/
|
||||||
|
[yamaha_musiccast docs]: /integrations/yamaha_musiccast/
|
||||||
|
|
||||||
## 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user