Skip to content

Commit bafffc3

Browse files
authored
Merge pull request #5386 from esphome/bump-2025.9.1
2025.9.1
2 parents b3463e7 + b6c6b91 commit bafffc3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

content/changelog/2025.9.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,18 @@ and advanced setups may require updates.
158158

159159
<!-- markdownlint-disable MD013 -->
160160

161+
## Release 2025.9.1 - September 19
162+
163+
<details>
164+
<summary></summary>
165+
166+
- [mqtt] Fix KeyError when MQTT logging configured without explicit level [esphome#10774](https://github.com/esphome/esphome/pull/10774) by [@bdraco](https://github.com/bdraco)
167+
- fix(packet_transport): Add initialization for sensor configuration in packet transport [esphome#10765](https://github.com/esphome/esphome/pull/10765) by [@TMaYaD](https://github.com/TMaYaD)
168+
- [core] Fix ESP8266 mDNS compilation failure caused by incorrect coroutine priorities [esphome#10773](https://github.com/esphome/esphome/pull/10773) by [@bdraco](https://github.com/bdraco)
169+
- [gpio] Fix unused function warnings when compiling with log level below DEBUG [esphome#10779](https://github.com/esphome/esphome/pull/10779) by [@bdraco](https://github.com/bdraco)
170+
171+
</details>
172+
161173
## Full list of changes
162174

163175
### New Features

content/guides/supporters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
708708
- [星野SKY (@FlyingFeng2021)](https://github.com/FlyingFeng2021)
709709
- [flyize (@flyize)](https://github.com/flyize)
710710
- [风飘雨 (@flyrainning)](https://github.com/flyrainning)
711+
- [Ben Curtis (@Fmstrat)](https://github.com/Fmstrat)
711712
- [foltymat (@foltymat)](https://github.com/foltymat)
712713
- [footswitch (@footswitch)](https://github.com/footswitch)
713714
- [Fabio Pugliese Ornellas (@fornellas)](https://github.com/fornellas)
@@ -2036,6 +2037,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
20362037
- [Tinkerfish (@tinkerfish)](https://github.com/tinkerfish)
20372038
- [TJ Horner (@tjhorner)](https://github.com/tjhorner)
20382039
- [Theodore Ni (@tjni)](https://github.com/tjni)
2040+
- [Subhash Chandra (@TMaYaD)](https://github.com/TMaYaD)
20392041
- [Max Efremov (@Tmin10)](https://github.com/Tmin10)
20402042
- [tmpeh (@tmpeh)](https://github.com/tmpeh)
20412043
- [Christian (@Tntdruid)](https://github.com/Tntdruid)
@@ -2229,4 +2231,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
22292231
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
22302232
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)
22312233

2232-
*This page was last updated September 17, 2025.*
2234+
*This page was last updated September 19, 2025.*

data/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release: 2025.9.0
1+
release: 2025.9.1
22
version: '2025.9'

0 commit comments

Comments
 (0)