This commit is contained in:
Paulus Schoutsen 2023-01-05 23:18:55 -05:00 committed by GitHub
parent b6215919b7
commit 78de375e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 65 additions and 4 deletions

View File

@ -110,8 +110,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 2023 current_major_version: 2023
current_minor_version: 1 current_minor_version: 1
current_patch_version: 0 current_patch_version: 1
date_released: 2023-01-04 date_released: 2023-01-05
# 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

@ -48,6 +48,7 @@ PS: Did you know [Home Assistant is now on Mastodon](https://fosstodon.org/@home
- [Translation improvements for entities](#translation-improvements-for-entities) - [Translation improvements for entities](#translation-improvements-for-entities)
- [Other noteworthy changes](#other-noteworthy-changes) - [Other noteworthy changes](#other-noteworthy-changes)
- [New Integrations](#new-integrations) - [New Integrations](#new-integrations)
- [Release 2023.1.1 - January 5](#release-202311---january-5)
- [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)
@ -130,7 +131,7 @@ to Home Assistant should be a much better experience now.
Lastly, the [Home Assistant Companion app for Android](https://play.google.com/store/apps/details?id=io.homeassistant.companion.android) Lastly, the [Home Assistant Companion app for Android](https://play.google.com/store/apps/details?id=io.homeassistant.companion.android)
with support for pairing Matter devices has been released! Thanks to the fantastic with support for pairing Matter devices has been released! Thanks to the fantastic
work by [@jpelgrom](https://github.com/jpelgrom) on the Android app, the work by [@jpelgrom](https://github.com/jpelgrom) on the Android app, the
commissioning experience is now even better! Here is a quick video showing commissioning experience is now even better! Here is a quick video showing
how that works: how that works:
@ -196,7 +197,7 @@ noteworthy changes this release:
thanks [@thecode]! thanks [@thecode]!
- Configuration errors of automations and scripts with device automations have - Configuration errors of automations and scripts with device automations have
been significantly improved, providing you with much more detail to help been significantly improved, providing you with much more detail to help
you fix the problem. Thanks, [@emontnemery]! you fix the problem. Thanks, [@emontnemery]!
- [@AngellusMortis] added a text entity to the [UniFi Protect], so you can now - [@AngellusMortis] added a text entity to the [UniFi Protect], so you can now
set the message displayed on your doorbell. Awesome! set the message displayed on your doorbell. Awesome!
- [Google Translate] has been extended with dialect support, thanks [@toddejohnson]! - [Google Translate] has been extended with dialect support, thanks [@toddejohnson]!
@ -244,6 +245,66 @@ We welcome the following new integrations in this release:
[PurpleAir]: /integrations/purpleair [PurpleAir]: /integrations/purpleair
[Reolink]: /integrations/reolink [Reolink]: /integrations/reolink
## Release 2023.1.1 - January 5
- Limit calls in UniFi to write state ([@Kane610] - [#85248]) ([unifi docs])
- Only subscribe to relevant IDs for state updates ([@Kane610] - [#85252]) ([unifi docs])
- Bump pyeconet to 0.1.18 to fix energy usage ([@w1ll1am23] - [#85094]) ([econet docs])
- Fix lacrosse_view fetching of latest data ([@nijel] - [#85117]) ([lacrosse_view docs])
- Bump bthome-ble to 2.4.1 ([@Ernst79] - [#85153]) ([bthome docs])
- Bump hatasmota to 0.6.2 ([@emontnemery] - [#85182]) ([tasmota docs])
- Remove invalid AQI unit from Environment Canada ([@frenck] - [#85183]) ([environment_canada docs])
- Adjust valid energy units ([@epenet] - [#85190]) ([energy docs])
- Remove invalid device class for RSSI sensors ([@epenet] - [#85191]) ([zha docs])
- Fix device class for DSMR gas sensors providing energy readings ([@frenck] - [#85202]) ([dsmr docs])
- Improve error reporting when switchbot auth fails ([@bdraco] - [#85244]) ([switchbot docs])
- bump reolink-aio to 0.1.2 ([@starkillerOG] - [#85247]) ([reolink docs])
- Bump bimmer_connected to 0.12.0 ([@rikroe] - [#85255]) ([bmw_connected_drive docs])
- Reject the WiFI AP when considering to update a shelly config entry from zeroconf ([@bdraco] - [#85265]) ([shelly docs])
- Fix Fully Kiosk service call config entry handling ([@cgarwood] - [#85275]) ([fully_kiosk docs])
[#85094]: https://github.com/home-assistant/core/pull/85094
[#85117]: https://github.com/home-assistant/core/pull/85117
[#85120]: https://github.com/home-assistant/core/pull/85120
[#85153]: https://github.com/home-assistant/core/pull/85153
[#85182]: https://github.com/home-assistant/core/pull/85182
[#85183]: https://github.com/home-assistant/core/pull/85183
[#85190]: https://github.com/home-assistant/core/pull/85190
[#85191]: https://github.com/home-assistant/core/pull/85191
[#85202]: https://github.com/home-assistant/core/pull/85202
[#85244]: https://github.com/home-assistant/core/pull/85244
[#85247]: https://github.com/home-assistant/core/pull/85247
[#85248]: https://github.com/home-assistant/core/pull/85248
[#85252]: https://github.com/home-assistant/core/pull/85252
[#85255]: https://github.com/home-assistant/core/pull/85255
[#85265]: https://github.com/home-assistant/core/pull/85265
[#85275]: https://github.com/home-assistant/core/pull/85275
[@Ernst79]: https://github.com/Ernst79
[@Kane610]: https://github.com/Kane610
[@bdraco]: https://github.com/bdraco
[@cgarwood]: https://github.com/cgarwood
[@emontnemery]: https://github.com/emontnemery
[@epenet]: https://github.com/epenet
[@frenck]: https://github.com/frenck
[@nijel]: https://github.com/nijel
[@rikroe]: https://github.com/rikroe
[@starkillerOG]: https://github.com/starkillerOG
[@w1ll1am23]: https://github.com/w1ll1am23
[bmw_connected_drive docs]: /integrations/bmw_connected_drive/
[bthome docs]: /integrations/bthome/
[dsmr docs]: /integrations/dsmr/
[econet docs]: /integrations/econet/
[energy docs]: /integrations/energy/
[environment_canada docs]: /integrations/environment_canada/
[fully_kiosk docs]: /integrations/fully_kiosk/
[lacrosse_view docs]: /integrations/lacrosse_view/
[reolink docs]: /integrations/reolink/
[shelly docs]: /integrations/shelly/
[switchbot docs]: /integrations/switchbot/
[tasmota docs]: /integrations/tasmota/
[unifi docs]: /integrations/unifi/
[zha docs]: /integrations/zha/
## 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