File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -428,6 +428,24 @@ Release 2025.7.2 - July 19
428
428
- [gpio] Disable interrupt mode by default for LibreTiny platforms :esphomepr: `9687 ` by :ghuser: `bdraco `
429
429
430
430
431
+ Release 2025.7.3 - July 23
432
+ --------------------------
433
+
434
+ .. collapse :: Show
435
+ :open:
436
+
437
+ - [gpio] Auto-disable interrupts for shared GPIO pins in binary sensors :esphomepr: `9701 ` by :ghuser: `bdraco `
438
+ - Fix format string error in ota_web_server.cpp :esphomepr: `9711 ` by :ghuser: `tmpeh `
439
+ - [sdl][mipi_spi] Respect clipping when drawing :esphomepr: `9722 ` by :ghuser: `JonasB2497 `
440
+ - [esp32_touch] Fix setup mode in v1 driver :esphomepr: `9725 ` by :ghuser: `swoboda1337 `
441
+ - [tuya] Update use of fan_schema :esphomepr: `9762 ` by :ghuser: `jesserockz `
442
+ - [config_validation] Add support for suggesting alternate component/platform :esphomepr: `9757 ` by :ghuser: `kbx81 `
443
+ - [core] Process pending loop enables during setup blocking phase :esphomepr: `9787 ` by :ghuser: `bdraco `
444
+ - [fastled_clockless, fastled_spi] Add suggested alternate when using IDF :esphomepr: `9784 ` by :ghuser: `kbx81 `
445
+ - [neopixelbus] Add suggested alternate when using IDF :esphomepr: `9783 ` by :ghuser: `kbx81 `
446
+ - [bme680_bsec] Add suggested alternate when using IDF :esphomepr: `9785 ` by :ghuser: `kbx81 `
447
+
448
+
431
449
Full list of changes
432
450
--------------------
433
451
Original file line number Diff line number Diff line change @@ -662,6 +662,7 @@ Contributors
662
662
- `Fabian Affolter (@fabaff) <https://github.com/fabaff >`__
663
663
- `Fabian (@Fabian-Schmidt) <https://github.com/Fabian-Schmidt >`__
664
664
- `Fabian Muehlberger (@fabianmuehlberger) <https://github.com/fabianmuehlberger >`__
665
+ - `Fabiano Arruda (@fabianoarruda) <https://github.com/fabianoarruda >`__
665
666
- `Federico Ariel Castagnini (@facastagnini) <https://github.com/facastagnini >`__
666
667
- `C W (@fake-name) <https://github.com/fake-name >`__
667
668
- `Kouvaris Theofanis (@faniskou) <https://github.com/faniskou >`__
@@ -1994,6 +1995,7 @@ Contributors
1994
1995
- `TJ Horner (@tjhorner) <https://github.com/tjhorner >`__
1995
1996
- `Theodore Ni (@tjni) <https://github.com/tjni >`__
1996
1997
- `Max Efremov (@Tmin10) <https://github.com/Tmin10 >`__
1998
+ - `tmpeh (@tmpeh) <https://github.com/tmpeh >`__
1997
1999
- `Christian (@Tntdruid) <https://github.com/Tntdruid >`__
1998
2000
- `Lars R. (@TNTLarsn) <https://github.com/TNTLarsn >`__
1999
2001
- `Snōwball (@tobias-) <https://github.com/tobias- >`__
@@ -2185,4 +2187,4 @@ Contributors
2185
2187
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59 >`__
2186
2188
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev >`__
2187
2189
2188
- *This page was last updated July 19 , 2025. *
2190
+ *This page was last updated July 23 , 2025. *
You can’t perform that action at this time.
0 commit comments