ESPHome | 2026.6.3

ESPHome 2026.6.3 released on 29-06-2026


ESPHome 2026.6.3 is out now. It bumps several dependencies (including zeroconf and the bundled esphome-device-builder), fixes ESP32 toolchain and secure-boot handling, and brings a raft of networking, Wi‑Fi/ESP‑NOW and display-driver stability improvements.

See the project’s GitHub release page for the full changelog and upgrade instructions.

What’s in this release

  • Dependency bumps and multiple esphome-device-builder patch updates (zeroconf to 0.150.0; esphome-device-builder up to 1.0.21) for incremental fixes and packaging improvements.
  • ESP32 tooling and secure-boot fixes: framework checks ignore unrelated broken PATH tools, ESP-IDF refs accept ‘#’ separators, and secure-boot keys now use POSIX paths.
  • Networking and stability fixes: IPv4 type tags applied across lwIP platforms, ESP8266 reports STA IP correctly, ESP-NOW RX no longer throttled with deep_sleep, and espnow.send() no longer crashes without a callback.

Upgrade notes

  • Secure-boot signing/verification keys now use POSIX paths—if you manage secure-boot keys on non-POSIX hosts, adjust or test your key paths and signing/verification steps before upgrading.
  • No breaking deprecations are listed in the release notes; if you need to revert, obtain the prior release from the project’s GitHub.

Share your experience with the upgrade or report any regressions on the project’s GitHub so the maintainers can follow up.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes