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
14 changes: 14 additions & 0 deletions content/changelog/2025.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,20 @@ continue working, but custom components and advanced setups may require updates.

<!-- markdownlint-disable MD013 -->

## Release 2025.10.1 - October 16

<details>
<summary></summary>

- [mipi_spi] Rotation fixes [esphome#11226](https://github.com/esphome/esphome/pull/11226) by [@clydebarrow](https://github.com/clydebarrow) (new-feature)
- [ota] Fix MQTT resolution when static IP appears first in device list [esphome#11272](https://github.com/esphome/esphome/pull/11272) by [@bdraco](https://github.com/bdraco)
- [ota.esphome] Handle blank password the same as no password defined [esphome#11271](https://github.com/esphome/esphome/pull/11271) by [@jesserockz](https://github.com/jesserockz)
- [tests] Fix OTA password test assertions after merge collision [esphome#11275](https://github.com/esphome/esphome/pull/11275) by [@bdraco](https://github.com/bdraco)
- [wifi] Fix enterprise wifi [esphome#11276](https://github.com/esphome/esphome/pull/11276) by [@swoboda1337](https://github.com/swoboda1337)
- [substitutions] Fix AttributeError when using packages with substitutions [esphome#11274](https://github.com/esphome/esphome/pull/11274) 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 @@ -86,6 +86,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
- [Alone (@al-one)](https://github.com/al-one)
- [Albin Kauffmann (@albinou)](https://github.com/albinou)
- [Andre Lengwenus (@alengwenus)](https://github.com/alengwenus)
- [Antoine Lépée (@alepee)](https://github.com/alepee)
- [AlessandroTischer (@AlessandroTischer)](https://github.com/AlessandroTischer)
- [Alex (@alex-richards)](https://github.com/alex-richards)
- [Alex Dekker (@Alex1602)](https://github.com/Alex1602)
Expand Down Expand Up @@ -236,6 +237,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
- [Benoit3 (@Benoit3)](https://github.com/Benoit3)
- [Ben Shaner (@bens545)](https://github.com/bens545)
- [Ben Suffolk (@bensuffolk)](https://github.com/bensuffolk)
- [Beormund (@Beormund)](https://github.com/Beormund)
- [Berend Haan (@berendhaan)](https://github.com/berendhaan)
- [Arturo Casal (@berfenger)](https://github.com/berfenger)
- [Bryan Berg (@berg)](https://github.com/berg)
Expand Down Expand Up @@ -2253,4 +2255,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 October 15, 2025.*
*This page was last updated October 16, 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.10.0
release: 2025.10.1
version: '2025.10'