- [i2s_audio] Bugfix: Buffer overflow in software volume control esphome#13190 by @kahrendt
- [sprinkler] Fix scheduler deprecation warnings and heap churn with FixedVector esphome#13251 by @bdraco
- [dallas_temp] Use const char* for set_timeout to fix deprecation warning and heap churn esphome#13250 by @bdraco
- [api] Fix clock conflicts when multiple clients connected to homeassistant time esphome#13253 by @bdraco
- [esp32_ble_client] Reduce GATT data event logging to prevent firmware update failures esphome#13252 by @bdraco
- [ntc, resistance] change log level to verbose esphome#13268 by @mrtoy-me
- [api] Use subtraction for protobuf bounds checking esphome#13306 by @bdraco
- [hmac_sha256] Replace unsafe sprintf with format_hex_to esphome#13290 by @bdraco
- [hub75] Bump esp-hub75 version to 0.3.0 esphome#13243 by @stuartparmenter (breaking-change)
- [http_request] Unable to handle chunked responses esphome#7884 by @HLFCode