2026.8.0b5Pre-release
Added 1
- Replace rgb_order/is_rgbw/is_wrgb with channel_colors in light component
Changed 2
- Drop the ld2420 setup priority override so setup runs after the UART bus
- Reject unsupported interrupt_pin options (inverted, allow_other_uses) in gpio_expander, pcf8574, pca9554, tca9555, pca6416a, pi4ioe5v6408, mcp23016, and mcp23xxx_base
Fixed 1
- Fix multi-second TCP stalls on ESP8266 by yielding to the SYS context
From ESPHome
- Bump aioesphomeapi from 45.10.1 to 45.10.2 esphome#18357 by @esphome[bot]
- [ld2420] Drop the setup priority override so setup runs after the UART bus esphome#18428 by @bdraco
- Bump aioesphomeapi from 45.10.2 to 45.10.3 esphome#18433 by @esphome[bot]
- [api] Bump noise-c to 0.1.18 esphome#18451 by @bdraco
- Bump bundled esphome-device-builder to 1.11.1 esphome#18475 by @esphome[bot]
- [api] Bump noise-c to 0.1.19 esphome#18473 by @bdraco
- Bump bundled esphome-device-builder to 1.11.2 esphome#18477 by @esphome[bot]
- [socket] Fix multi-second TCP stalls on ESP8266 by yielding to the SYS context esphome#18455 by @bdraco
- [light] Replace rgb_order/is_rgbw/is_wrgb with channel_colors esphome#18474 by @jesserockz (new-feature)
- [gpio_expander][pcf8574][pca9554][tca9555][pca6416a][pi4ioe5v6408][mcp23016][mcp23xxx_base] Reject unsupported interrupt_pin options (inverted, allow_other_uses) esphome#18472 by @bdraco