Skip to content

Commit 622c9a3

Browse files
authored
Merge pull request #5643 from esphome/bump-2025.11.0b4
2025.11.0b4
2 parents 77ad8a4 + 7e133ab commit 622c9a3

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

content/changelog/2025.11.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,14 @@ The 2025.11 release blog posts include comprehensive migration examples for comm
648648
- [web_server.ota] Merge multiple instances to prevent undefined behavior [esphome#11905](https://github.com/esphome/esphome/pull/11905) by [@bdraco](https://github.com/bdraco)
649649
- [web_server_idf] Fix lwIP assertion crash by shutting down sockets on connection close [esphome#11937](https://github.com/esphome/esphome/pull/11937) by [@bdraco](https://github.com/bdraco)
650650
- [uart] Setup uart pins only if flags are set [esphome#11914](https://github.com/esphome/esphome/pull/11914) by [@asergunov](https://github.com/asergunov)
651+
- [captive_portal] Warn when enabled without WiFi AP configured [esphome#11856](https://github.com/esphome/esphome/pull/11856) by [@bdraco](https://github.com/bdraco)
652+
- [core] Add support for setting environment variables [esphome#11953](https://github.com/esphome/esphome/pull/11953) by [@swoboda1337](https://github.com/swoboda1337) (new-feature)
653+
- [mipi_rgb] GUITION-4848S040 colors and orientation fix [esphome#11709](https://github.com/esphome/esphome/pull/11709) by [@strange-v](https://github.com/strange-v)
654+
- [lvgl] Apply scale to spinbox value [esphome#11946](https://github.com/esphome/esphome/pull/11946) by [@clydebarrow](https://github.com/clydebarrow)
655+
- [esp32] Fix Arduino build on some ESP32 S2 boards [esphome#11972](https://github.com/esphome/esphome/pull/11972) by [@swoboda1337](https://github.com/swoboda1337)
656+
- [scheduler] Add defensive nullptr checks and explicit locking requirements [esphome#11974](https://github.com/esphome/esphome/pull/11974) by [@bdraco](https://github.com/bdraco)
657+
- [sfa30] Fix negative temperature values [esphome#11973](https://github.com/esphome/esphome/pull/11973) by [@swoboda1337](https://github.com/swoboda1337)
658+
- [wifi] Fix captive portal unusable when WiFi credentials are wrong [esphome#11965](https://github.com/esphome/esphome/pull/11965) by [@bdraco](https://github.com/bdraco)
651659

652660
### All changes
653661

content/components/esp32_improv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ esp32_improv:
3939
- **status_indicator** (*Optional*, [ID](/guides/configuration-types#id)): An {{< docref "output/index" "output" >}} to display feedback to the user.
4040
- **identify_duration** (*Optional*, [Time](/guides/configuration-types#time)): The amount of time to identify for. Defaults to `10s`.
4141
- **wifi_timeout** (*Optional*, [Time](/guides/configuration-types#time)): The amount of time to wait before starting the Improv service
42-
after Wi-Fi is no longer connected. Defaults to `1min`.
42+
after Wi-Fi is no longer connected. Defaults to `90s`.
4343
- **next_url** (*Optional*, string): The URL to open after provisioning is complete. Defaults to
4444
`https://my.home-assistant.io/redirect/config_flow_start?domain=esphome`.
4545

content/components/wifi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ wifi:
7979

8080
- **ap_timeout** (*Optional*, [Time](/guides/configuration-types#time)): The time after which to enable the
8181
configured fallback hotspot. Can be disabled by setting this to `0s`, which requires manually starting the AP by
82-
other means (eg: from a button press). Defaults to `1min`.
82+
other means (eg: from a button press). Defaults to `90s`.
8383

8484
- **domain** (*Optional*, string): Set the domain of the node hostname used for uploading.
8585
For example, if it's set to `.local`, all uploads will be sent to `<HOSTNAME>.local`.

content/guides/supporters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
898898
- [Arjan Filius (@iafilius)](https://github.com/iafilius)
899899
- [Iago Veiga (@iago-veiga)](https://github.com/iago-veiga)
900900
- [Iain Hay (@IainPHay)](https://github.com/IainPHay)
901+
- [Ralph Thomas (@iamralpht)](https://github.com/iamralpht)
901902
- [Ian-Blockmans (@Ian-Blockmans)](https://github.com/Ian-Blockmans)
902903
- [Adrián Panella (@ianchi)](https://github.com/ianchi)
903904
- [Ian Anderson (@ianderso)](https://github.com/ianderso)
@@ -2272,4 +2273,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
22722273
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
22732274
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)
22742275

2275-
*This page was last updated November 17, 2025.*
2276+
*This page was last updated November 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.11.0b3
1+
release: 2025.11.0b4
22
version: '2025.11'

0 commit comments

Comments
 (0)