Skip to content

Commit ee3dde9

Browse files
authored
* 2023.2.3 * Add 2 PRs
1 parent 744793a commit ee3dde9

2 files changed

Lines changed: 102 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ social:
110110
# Home Assistant release details
111111
current_major_version: 2023
112112
current_minor_version: 2
113-
current_patch_version: 2
114-
date_released: 2023-02-04
113+
current_patch_version: 3
114+
date_released: 2023-02-07
115115

116116
# Either # or the anchor link to latest release notes in the blog post.
117117
# Must be prefixed with a # and have double quotes around it.

source/_posts/2023-02-01-release-20232.markdown

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ _PS: Just a reminder that valentine's day is coming up. Be sure to share the lov
5050
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
5151
- [Release 2023.2.1 - February 2](#release-202321---february-2)
5252
- [Release 2023.2.2 - February 4](#release-202322---february-4)
53+
- [Release 2023.2.3 - February 7](#release-202323---february-7)
5354
- [Need help? Join the community!](#need-help-join-the-community)
5455
- [Breaking Changes](#breaking-changes)
5556
- [Farewell to the following](#farewell-to-the-following)
@@ -485,6 +486,105 @@ The following integrations are now available via the Home Assistant UI:
485486
[zeroconf docs]: /integrations/zeroconf/
486487
[zeversolar docs]: /integrations/zeversolar/
487488

489+
## Release 2023.2.3 - February 7
490+
491+
- Speed up purge time with newer MariaDB versions ([@bdraco] - [#87409]) ([recorder docs])
492+
- Add missing name field to emulated_hue config ([@gregoryhaynes] - [#87456]) ([emulated_hue docs])
493+
- Bump lupupy to 0.2.7 ([@majuss] - [#87469]) ([lupusec docs])
494+
- Bump py-synologydsm-api to 2.1.4 ([@mib1185] - [#87471]) ([synology_dsm docs])
495+
- Disable uptime sensor by default in Unifi ([@tkdrob] - [#87484]) ([unifi docs])
496+
- Add the correct loggers to velbus manifest.json ([@Cereal2nd] - [#87488]) ([velbus docs])
497+
- Fix recorder run history during schema migration and startup ([@bdraco] - [#87492]) ([recorder docs])
498+
- Bump xiaomi-ble to 0.16.1 ([@Ernst79] - [#87496]) ([xiaomi_ble docs])
499+
- Bump jaraco.abode to 3.3.0 ([@zim514] - [#87498]) ([abode docs])
500+
- Bump bimmer_connected to 0.12.1 ([@rikroe] - [#87506]) ([bmw_connected_drive docs])
501+
- Add LD2410BLE support for new firmware version ([@bencorrado] - [#87507]) ([ld2410_ble docs])
502+
- Bump env_canada to 0.5.28 ([@michaeldavie] - [#87509]) ([environment_canada docs])
503+
- Optimize history.get_last_state_changes query ([@bdraco] - [#87554]) ([recorder docs])
504+
- OpenAI: Ignore devices without a name ([@balloob] - [#87558]) ([openai_conversation docs])
505+
- Bump oralb-ble to 0.17.4 ([@Lash-L] - [#87570]) ([oralb docs])
506+
- Fix matter remove config entry device ([@MartinHjelmare] - [#87571]) ([matter docs])
507+
- Fix indent on slow_range_in_select for MySQL/MariaDB ([@bdraco] - [#87581]) ([recorder docs])
508+
- Fix LD2410 BLE detection with passive scans ([@bdraco] - [#87584]) ([ld2410_ble docs])
509+
- Bump inkbird-ble to 0.5.6 ([@bdraco] - [#87590]) ([inkbird docs])
510+
- Bump sensorpro-ble to 0.5.3 ([@bdraco] - [#87591]) ([sensorpro docs])
511+
- Bump thermopro-ble to 0.4.5 ([@bdraco] - [#87592]) ([thermopro docs])
512+
- Bump bluemaestro-ble to 0.2.3 ([@bdraco] - [#87594]) ([bluemaestro docs])
513+
- Bump sensorpush-ble to 1.5.5 ([@bdraco] - [#87595]) ([sensorpush docs])
514+
- Improve rainbird device reliability by sending requests serially ([@allenporter] - [#87603]) ([rainbird docs])
515+
- Do not return cached values for entity states in emulated_hue ([@Tho85] - [#87642]) ([emulated_hue docs])
516+
- Bump pyrainbird to 2.0.0 ([@allenporter] - [#86851]) ([rainbird docs])
517+
- Bump PyISY to 3.1.13, check portal for network buttons ([@shbatm] - [#87650]) ([isy994 docs])
518+
519+
[#86851]: https://github.com/home-assistant/core/pull/86851
520+
[#87101]: https://github.com/home-assistant/core/pull/87101
521+
[#87221]: https://github.com/home-assistant/core/pull/87221
522+
[#87409]: https://github.com/home-assistant/core/pull/87409
523+
[#87433]: https://github.com/home-assistant/core/pull/87433
524+
[#87456]: https://github.com/home-assistant/core/pull/87456
525+
[#87469]: https://github.com/home-assistant/core/pull/87469
526+
[#87471]: https://github.com/home-assistant/core/pull/87471
527+
[#87484]: https://github.com/home-assistant/core/pull/87484
528+
[#87488]: https://github.com/home-assistant/core/pull/87488
529+
[#87492]: https://github.com/home-assistant/core/pull/87492
530+
[#87496]: https://github.com/home-assistant/core/pull/87496
531+
[#87498]: https://github.com/home-assistant/core/pull/87498
532+
[#87506]: https://github.com/home-assistant/core/pull/87506
533+
[#87507]: https://github.com/home-assistant/core/pull/87507
534+
[#87509]: https://github.com/home-assistant/core/pull/87509
535+
[#87554]: https://github.com/home-assistant/core/pull/87554
536+
[#87558]: https://github.com/home-assistant/core/pull/87558
537+
[#87570]: https://github.com/home-assistant/core/pull/87570
538+
[#87571]: https://github.com/home-assistant/core/pull/87571
539+
[#87581]: https://github.com/home-assistant/core/pull/87581
540+
[#87584]: https://github.com/home-assistant/core/pull/87584
541+
[#87590]: https://github.com/home-assistant/core/pull/87590
542+
[#87591]: https://github.com/home-assistant/core/pull/87591
543+
[#87592]: https://github.com/home-assistant/core/pull/87592
544+
[#87594]: https://github.com/home-assistant/core/pull/87594
545+
[#87595]: https://github.com/home-assistant/core/pull/87595
546+
[#87603]: https://github.com/home-assistant/core/pull/87603
547+
[#87642]: https://github.com/home-assistant/core/pull/87642
548+
[#87650]: https://github.com/home-assistant/core/pull/87650
549+
[@Cereal2nd]: https://github.com/Cereal2nd
550+
[@Ernst79]: https://github.com/Ernst79
551+
[@Lash-L]: https://github.com/Lash-L
552+
[@MartinHjelmare]: https://github.com/MartinHjelmare
553+
[@Tho85]: https://github.com/Tho85
554+
[@allenporter]: https://github.com/allenporter
555+
[@balloob]: https://github.com/balloob
556+
[@bdraco]: https://github.com/bdraco
557+
[@bencorrado]: https://github.com/bencorrado
558+
[@frenck]: https://github.com/frenck
559+
[@gregoryhaynes]: https://github.com/gregoryhaynes
560+
[@majuss]: https://github.com/majuss
561+
[@mib1185]: https://github.com/mib1185
562+
[@michaeldavie]: https://github.com/michaeldavie
563+
[@rikroe]: https://github.com/rikroe
564+
[@shbatm]: https://github.com/shbatm
565+
[@tkdrob]: https://github.com/tkdrob
566+
[@zim514]: https://github.com/zim514
567+
[abode docs]: /integrations/abode/
568+
[bluemaestro docs]: /integrations/bluemaestro/
569+
[bmw_connected_drive docs]: /integrations/bmw_connected_drive/
570+
[emulated_hue docs]: /integrations/emulated_hue/
571+
[environment_canada docs]: /integrations/environment_canada/
572+
[inkbird docs]: /integrations/inkbird/
573+
[isy994 docs]: /integrations/isy994/
574+
[ld2410_ble docs]: /integrations/ld2410_ble/
575+
[lupusec docs]: /integrations/lupusec/
576+
[matter docs]: /integrations/matter/
577+
[openai_conversation docs]: /integrations/openai_conversation/
578+
[oralb docs]: /integrations/oralb/
579+
[rainbird docs]: /integrations/rainbird/
580+
[recorder docs]: /integrations/recorder/
581+
[sensorpro docs]: /integrations/sensorpro/
582+
[sensorpush docs]: /integrations/sensorpush/
583+
[synology_dsm docs]: /integrations/synology_dsm/
584+
[thermopro docs]: /integrations/thermopro/
585+
[unifi docs]: /integrations/unifi/
586+
[velbus docs]: /integrations/velbus/
587+
[xiaomi_ble docs]: /integrations/xiaomi_ble/
488588

489589
## Need help? Join the community!
490590

0 commit comments

Comments
 (0)