- Bump esphome-dashboard from 20250904.0 to 20251009.0 esphome#11123 by @dependabot[bot]
- [canbus][mcp23xxx_base] Mark virtual methods as pure virtual to fix linker errors esphome#11133 by @bdraco
- [ci][tests] Remove redundant ESP32 Arduino test files esphome#11136 by @bdraco
- [ci][ethernet][tests] Remove redundant Arduino tests for ethernet PHYs esphome#11137 by @bdraco
- [ci][improv_serial][tests] Remove redundant ESP32 Arduino test files esphome#11138 by @bdraco
- [mdns] Store TXT record values in flash to reduce heap usage esphome#11114 by @bdraco
- [esp32] Update IDF 5.5 and Arduino 3.3 to use 55.03.31-1 esphome#11120 by @swoboda1337
- [esp32] Update migration warning for Arduino-as-IDF-component transition esphome#11142 by @bdraco
- [ci][mdns][tests] Remove redundant ESP32 Arduino test files esphome#11143 by @bdraco
- [esp32_ble_beacon, esp32_ble_tracker] Remove unused Arduino includes and redundant tests esphome#11140 by @bdraco
- [network][ci][tests] Remove redundant ESP32 Arduino test files esphome#11148 by @bdraco
- [ci][time][tests] Remove redundant ESP32 Arduino test files esphome#11147 by @bdraco
- [ci][debug][tests] Remove redundant ESP32 variant Arduino test files esphome#11146 by @bdraco
- [ci][logger][tests] Remove redundant ESP32 Arduino test files esphome#11144 by @bdraco
- [opentherm][ci][tests] Remove redundant ESP32 Arduino tests and simplify conditionals esphome#11149 by @bdraco
- [ci][tests] Remove redundant ESP32-C3 Arduino tests for non-variant-specific components esphome#11152 by @bdraco
- [datetime][ci][tests] Replace test.all.yaml with minimal platform cover esphome#11151 by @bdraco
- [ci][tests] Remove all redundant ESP32-C3 Arduino tests esphome#11154 by @bdraco
- [json] Fix PSRAM allocator dangling pointer crash esphome#11165 by @bdraco
- [esp32_ble] Partial revert of #10862 - Fix GATT client notifications esphome#11171 by @bdraco
- [mdns] Restore mdns_txt_record() public API for external components esphome#11158 by @bdraco
- Group component tests to reduce CI time esphome#11134 by @bdraco
- [ci] Filter out components without tests from CI test jobs (#11134 followup) esphome#11178 by @bdraco
- [esp32] Change Arduino dev & latest to 3.3.2 esphome#11169 by @swoboda1337
- Bump aioesphomeapi from 41.13.0 to 41.14.0 esphome#11188 by @dependabot[bot]
- [mipi_rgb] Fix pin conflicts introduced by shared SPI bus in #11134 esphome#11185 by @bdraco
- [ci] Dynamic runner allocation: 8 for releases, 4 for dev esphome#11191 by @bdraco
- [wifi] Fix missed string literal in flash on ESP8266 esphome#11187 by @bdraco
- [ota] Increase handshake timeout to 20s now that auth is non-blocking esphome#11186 by @bdraco
- [esp32_improv] Fix state not transitioning to PROVISIONED when WiFi configured via captive portal esphome#11181 by @bdraco
- [usb_host] Fix transfer slot exhaustion at high data rates and add configurable max_transfer_requests esphome#11174 by @bdraco (new-feature)