Skip to content

Commit 443967b

Browse files
authored
Merge pull request #6302 from esphome/bump-2026.3.0b5
2026.3.0b5
2 parents f50324a + f85d962 commit 443967b

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

data/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release: 2026.3.0b4
1+
release: 2026.3.0b5
22
version: '2026.3'

src/content/docs/changelog/2026.3.0.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,12 @@ The lists below are grouped by tag and may contain duplicates across sections.
649649
- [esp32_ble_server] Remove vestigial semaphore from BLECharacteristic [esphome#14900](https://github.com/esphome/esphome/pull/14900) by [@bdraco](https://github.com/bdraco)
650650
- [mqtt] Fix data race on inbound event queue [esphome#14891](https://github.com/esphome/esphome/pull/14891) by [@bdraco](https://github.com/bdraco)
651651
- [scheduler] Fix UB in cross-thread counter/vector reads, add atomic fast-path [esphome#14880](https://github.com/esphome/esphome/pull/14880) by [@bdraco](https://github.com/bdraco)
652+
- [seeed_mr24hpc1] Fix frame parser length handling bugs [esphome#14863](https://github.com/esphome/esphome/pull/14863) by [@swoboda1337](https://github.com/swoboda1337)
653+
- [gree] Fix IR checksum for YAA/YAC/YAC1FB9/GENERIC models [esphome#14888](https://github.com/esphome/esphome/pull/14888) by [@swoboda1337](https://github.com/swoboda1337)
654+
- [sensor][ee895][hdc2010] Fix misc bugs found during component scan [esphome#14890](https://github.com/esphome/esphome/pull/14890) by [@swoboda1337](https://github.com/swoboda1337)
655+
- [voice_assistant][micro_wake_word] Fix null deref and missing error return [esphome#14906](https://github.com/esphome/esphome/pull/14906) by [@swoboda1337](https://github.com/swoboda1337)
656+
- [tc74][apds9960] Fix signed temperature and FIFO register address [esphome#14907](https://github.com/esphome/esphome/pull/14907) by [@swoboda1337](https://github.com/swoboda1337)
657+
- [http_request] Fix data race on update_info_ strings in update task [esphome#14909](https://github.com/esphome/esphome/pull/14909) by [@bdraco](https://github.com/bdraco)
652658

653659
### All changes
654660

@@ -1166,6 +1172,12 @@ The lists below are grouped by tag and may contain duplicates across sections.
11661172
- [esp32_ble_server] Remove vestigial semaphore from BLECharacteristic [esphome#14900](https://github.com/esphome/esphome/pull/14900) by [@bdraco](https://github.com/bdraco)
11671173
- [mqtt] Fix data race on inbound event queue [esphome#14891](https://github.com/esphome/esphome/pull/14891) by [@bdraco](https://github.com/bdraco)
11681174
- [scheduler] Fix UB in cross-thread counter/vector reads, add atomic fast-path [esphome#14880](https://github.com/esphome/esphome/pull/14880) by [@bdraco](https://github.com/bdraco)
1175+
- [seeed_mr24hpc1] Fix frame parser length handling bugs [esphome#14863](https://github.com/esphome/esphome/pull/14863) by [@swoboda1337](https://github.com/swoboda1337)
1176+
- [gree] Fix IR checksum for YAA/YAC/YAC1FB9/GENERIC models [esphome#14888](https://github.com/esphome/esphome/pull/14888) by [@swoboda1337](https://github.com/swoboda1337)
1177+
- [sensor][ee895][hdc2010] Fix misc bugs found during component scan [esphome#14890](https://github.com/esphome/esphome/pull/14890) by [@swoboda1337](https://github.com/swoboda1337)
1178+
- [voice_assistant][micro_wake_word] Fix null deref and missing error return [esphome#14906](https://github.com/esphome/esphome/pull/14906) by [@swoboda1337](https://github.com/swoboda1337)
1179+
- [tc74][apds9960] Fix signed temperature and FIFO register address [esphome#14907](https://github.com/esphome/esphome/pull/14907) by [@swoboda1337](https://github.com/swoboda1337)
1180+
- [http_request] Fix data race on update_info_ strings in update task [esphome#14909](https://github.com/esphome/esphome/pull/14909) by [@bdraco](https://github.com/bdraco)
11691181

11701182
</details>
11711183

src/content/docs/guides/supporters.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2105,6 +2105,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
21052105
- [The-Paran0id-Andr0id (@The-Paran0id-Andr0id)](https://github.com/The-Paran0id-Andr0id)
21062106
- [TheAppleFreak (@TheAppleFreak)](https://github.com/TheAppleFreak)
21072107
- [Ian (@TheBassEngineer)](https://github.com/TheBassEngineer)
2108+
- [Paco Alacreu (@thebeaverdam)](https://github.com/thebeaverdam)
21082109
- [Nejc (@thedexboy)](https://github.com/thedexboy)
21092110
- [Thomas Eckerstorfer (@TheEggi)](https://github.com/TheEggi)
21102111
- [Theexternaldisk (@Theexternaldisk)](https://github.com/Theexternaldisk)
@@ -2362,4 +2363,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
23622363
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
23632364
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)
23642365

2365-
*This page was last updated March 18, 2026.*
2366+
*This page was last updated March 19, 2026.*

0 commit comments

Comments
 (0)