ESPHome | 2026.6.1

ESPHome 2026.6.1 released on 18-06-2026


ESPHome 2026.6.1 is out now. It fixes address-resolution correctness when addresses move between entities or subsystems, tightens logging behaviour and refines build and ESP32 toolchain handling for developers and device builders.

See the ESPHome GitHub release for full notes and downloads.

What’s in this release

  • Core: has_resolvable_address now honours the transferred-address cache, resolving cases where moved addresses were incorrectly treated as non-resolvable.
  • Build & device builder: host unit-test config population skips target-platform dependencies to avoid pulling in unnecessary platform-specific deps, and the bundled esphome-device-builder has been bumped to 1.0.10.
  • ESP32: support for esphome idedata with the native ESP-IDF toolchain has been added, and the build process was changed to avoid overwriting PlatformIO’s factory.bin.

Upgrade notes

  • No breaking changes are reported in the release notes; check builds that rely on PlatformIO’s factory.bin after upgrading to ensure your factory firmware files are preserved.
  • If you need to roll back, use the previous release tag available on the ESPHome GitHub releases page.

Tell the project about your experience after upgrading — reports on address-resolution behaviour, ESP32 builds or unit-test workflows will help ensure these fixes land cleanly for others.

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