Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content/changelog/2025.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,18 @@ and advanced setups may require updates.

<!-- markdownlint-disable MD013 -->

## Release 2025.9.1 - September 19

<details>
<summary></summary>

- [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)
- 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)
- [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)
- [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)

</details>

## Full list of changes

### New Features
Expand Down
4 changes: 3 additions & 1 deletion content/guides/supporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
- [星野SKY (@FlyingFeng2021)](https://github.com/FlyingFeng2021)
- [flyize (@flyize)](https://github.com/flyize)
- [风飘雨 (@flyrainning)](https://github.com/flyrainning)
- [Ben Curtis (@Fmstrat)](https://github.com/Fmstrat)
- [foltymat (@foltymat)](https://github.com/foltymat)
- [footswitch (@footswitch)](https://github.com/footswitch)
- [Fabio Pugliese Ornellas (@fornellas)](https://github.com/fornellas)
Expand Down Expand Up @@ -2036,6 +2037,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
- [Tinkerfish (@tinkerfish)](https://github.com/tinkerfish)
- [TJ Horner (@tjhorner)](https://github.com/tjhorner)
- [Theodore Ni (@tjni)](https://github.com/tjni)
- [Subhash Chandra (@TMaYaD)](https://github.com/TMaYaD)
- [Max Efremov (@Tmin10)](https://github.com/Tmin10)
- [tmpeh (@tmpeh)](https://github.com/tmpeh)
- [Christian (@Tntdruid)](https://github.com/Tntdruid)
Expand Down Expand Up @@ -2229,4 +2231,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)

*This page was last updated September 17, 2025.*
*This page was last updated September 19, 2025.*
2 changes: 1 addition & 1 deletion data/version.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release: 2025.9.0
release: 2025.9.1
version: '2025.9'