Skip to content

Commit e31b820

Browse files
committed
Merge branch 'current' into next
2 parents 97e889f + f0f06fe commit e31b820

File tree

2 files changed

+37
-7
lines changed

2 files changed

+37
-7
lines changed

content/changelog/2025.8.0.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,29 @@ or advanced configurations may need updates.
156156

157157
<!-- markdownlint-disable MD013 -->
158158

159+
## Release 2025.8.1 - August 25
160+
161+
<details open>
162+
<summary></summary>
163+
164+
- [api] Add zero-copy StringRef methods for compilation_time and effect_name [esphome#10257](https://github.com/esphome/esphome/pull/10257) by [@bdraco](https://github.com/bdraco)
165+
- [esp32_ble_client] Add log helper functions to reduce flash usage by 120 bytes [esphome#10243](https://github.com/esphome/esphome/pull/10243) by [@bdraco](https://github.com/bdraco)
166+
- [api] Add ``USE_API_HOMEASSISTANT_SERVICES`` if using ``tag_scanned`` action [esphome#10316](https://github.com/esphome/esphome/pull/10316) by [@jesserockz](https://github.com/jesserockz)
167+
- [http_request] Fix for host after ArduinoJson library bump [esphome#10348](https://github.com/esphome/esphome/pull/10348) by [@clydebarrow](https://github.com/clydebarrow)
168+
- [core] Improve error reporting for entity name conflicts with non-ASCII characters [esphome#10329](https://github.com/esphome/esphome/pull/10329) by [@bdraco](https://github.com/bdraco)
169+
- [pvvx_mithermometer] Fix race condition with BLE authentication [esphome#10327](https://github.com/esphome/esphome/pull/10327) by [@bdraco](https://github.com/bdraco)
170+
- [esp32_ble_client] Optimize BLE connection parameters for different connection types [esphome#10356](https://github.com/esphome/esphome/pull/10356) by [@bdraco](https://github.com/bdraco)
171+
- [esp32_ble] Increase GATT connection retry count to use full timeout window [esphome#10376](https://github.com/esphome/esphome/pull/10376) by [@bdraco](https://github.com/bdraco)
172+
- [script] Fix parallel mode scripts with delays cancelling each other [esphome#10324](https://github.com/esphome/esphome/pull/10324) by [@bdraco](https://github.com/bdraco)
173+
- [deep_sleep] Fix ESP32-C6 compilation error with gpio_deep_sleep_hold_en() [esphome#10345](https://github.com/esphome/esphome/pull/10345) by [@bdraco](https://github.com/bdraco)
174+
- [esp32_ble_client] Reduce log level for harmless BLE timeout race conditions [esphome#10339](https://github.com/esphome/esphome/pull/10339) by [@bdraco](https://github.com/bdraco)
175+
- [lvgl] Fix meter rotation [esphome#10342](https://github.com/esphome/esphome/pull/10342) by [@clydebarrow](https://github.com/clydebarrow)
176+
- [esp32_ble_tracker] Fix on_scan_end trigger compilation without USE_ESP32_BLE_DEVICE [esphome#10399](https://github.com/esphome/esphome/pull/10399) by [@bdraco](https://github.com/bdraco)
177+
- [test] Add integration test for light effect memory corruption fix [esphome#10417](https://github.com/esphome/esphome/pull/10417) by [@bdraco](https://github.com/bdraco)
178+
- [web_server] Use oi.esphome.io for css and js assets [esphome#10296](https://github.com/esphome/esphome/pull/10296) by [@clydebarrow](https://github.com/clydebarrow)
179+
180+
</details>
181+
159182
## Full list of changes
160183

161184
### New Features
@@ -211,7 +234,8 @@ or advanced configurations may need updates.
211234

212235
### All changes
213236

214-
{{< collapse true >}}
237+
<details>
238+
<summary></summary>
215239

216240
- [web_server] fix `Arudino` typo {{< pr number="9404" repo="esphome" >}} by {{< ghuser name="ximex" >}}
217241
- Speed up clang-tidy CI by 80%+ with incremental checking {{< pr number="9396" repo="esphome" >}} by {{< ghuser name="bdraco" >}}
@@ -580,11 +604,12 @@ or advanced configurations may need updates.
580604
- [pipsolar] fix faults_present, fix update interval {{< pr number="10289" repo="esphome" >}} by {{< ghuser name="patagonaa" >}}
581605
- [bluetooth_proxy] Fix connection slot race by deferring slot release until GATT close {{< pr number="10303" repo="esphome" >}} by {{< ghuser name="bdraco" >}}
582606

583-
{{< /collapse >}}
607+
</details>
584608

585609
### Dependency Changes
586610

587-
{{< collapse >}}
611+
<details>
612+
<summary></summary>
588613

589614
- Bump ruff from 0.12.2 to 0.12.3 {{< pr number="9446" repo="esphome" >}} by {{< ghuser name="dependabot[bot]" >}}
590615
- Bump aioesphomeapi from 34.2.1 to 35.0.1 {{< pr number="9474" repo="esphome" >}} by {{< ghuser name="dependabot[bot]" >}}
@@ -627,13 +652,14 @@ or advanced configurations may need updates.
627652
- Bump aioesphomeapi from 38.2.1 to 39.0.0 {{< pr number="10222" repo="esphome" >}} by {{< ghuser name="dependabot[bot]" >}}
628653
- Bump esphome-dashboard from 20250514.0 to 20250814.0 {{< pr number="10227" repo="esphome" >}} by {{< ghuser name="dependabot[bot]" >}}
629654

630-
{{< /collapse >}}
655+
</details>
631656

632657
<!-- markdownlint-enable MD013 -->
633658

634659
## Past Changelogs
635660

636-
{{< collapse >}}
661+
<details>
662+
<summary></summary>
637663

638664
- {{< docref "2025.7.0/" >}}
639665
- {{< docref "2025.6.0/" >}}
@@ -694,4 +720,4 @@ or advanced configurations may need updates.
694720
- {{< docref "v1.8.0/" >}}
695721
- {{< docref "v1.7.0/" >}}
696722

697-
{{< /collapse >}}
723+
</details>

content/guides/supporters.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
980980
- [Jeroen van Oort (@JeroenVanOort)](https://github.com/JeroenVanOort)
981981
- [jerome992 (@jerome992)](https://github.com/jerome992)
982982
- [Jérôme Laban (@jeromelaban)](https://github.com/jeromelaban)
983+
- [jerryyip (@jerryyip)](https://github.com/jerryyip)
983984
- [Jesse Hills (@jesserockz)](https://github.com/jesserockz)
984985
- [Jessica Hamilton (@jessicah)](https://github.com/jessicah)
985986
- [Andrzej Skowroński (@jesterret)](https://github.com/jesterret)
@@ -1330,6 +1331,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
13301331
- [Marco (@Melkor82)](https://github.com/Melkor82)
13311332
- [Melopero (@melopero)](https://github.com/melopero)
13321333
- [melyux (@melyux)](https://github.com/melyux)
1334+
- [Merikei (@Merikei)](https://github.com/Merikei)
13331335
- [Merlin Schumacher (@merlinschumacher)](https://github.com/merlinschumacher)
13341336
- [Marco Lusini (@met67)](https://github.com/met67)
13351337
- [Martin Flasskamp (@MFlasskamp)](https://github.com/MFlasskamp)
@@ -1543,6 +1545,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
15431545
- [Maxime Dufour (@outscale-mdr)](https://github.com/outscale-mdr)
15441546
- [Odd-Roar Wangen (@owangen)](https://github.com/owangen)
15451547
- [Ben Owen (@owenb321)](https://github.com/owenb321)
1548+
- [owine (@owine)](https://github.com/owine)
15461549
- [Oxan van Leeuwen (@oxan)](https://github.com/oxan)
15471550
- [oxynatOr (@oxynatOr)](https://github.com/oxynatOr)
15481551
- [p-jean (@p-jean)](https://github.com/p-jean)
@@ -1629,6 +1632,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
16291632
- [pplucky (@pplucky)](https://github.com/pplucky)
16301633
- [Peter Provost (@PProvost)](https://github.com/PProvost)
16311634
- [pre-commit-ci[bot] (@pre-commit-ci[bot])](https://github.com/pre-commit-ci[bot])
1635+
- [Andrew Klaus (@precurse)](https://github.com/precurse)
16321636
- [Q. Marchi (@preeefix)](https://github.com/preeefix)
16331637
- [PricelessToolkit (@PricelessToolkit)](https://github.com/PricelessToolkit)
16341638
- [Francesco Ciocchetti (@primeroz)](https://github.com/primeroz)
@@ -2210,4 +2214,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
22102214
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
22112215
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)
22122216

2213-
*This page was last updated August 20, 2025.*
2217+
*This page was last updated August 25, 2025.*

0 commit comments

Comments
 (0)