ESPHome | 2026.4.5

ESPHome 2026.4.5 released on 06-05-2026


ESPHome 2026.4.5 is out now. Home Assistant add-on users can opt into the new ESPHome Device Builder and the release fixes secret bundling, substitution resolution and safe-mode WiFi so builds and recoveries are more reliable.

See the release notes on the ESPHome GitHub for full details and installation instructions.

What’s in this release

  • Home Assistant add-on: an opt-in toggle to enable the new ESPHome Device Builder so users can try the updated build workflow without forcing it on everyone.
  • Bundle/export: secrets.yaml is now included when !secret keys are written as quoted strings, preventing missing secrets in bundles and builds.
  • Core and components: fixes for dict-valued substitution sibling references, WiFi connection in safe mode, and Nextion text sensor updates on string responses.

Upgrade notes

  • No breaking changes reported; to try the new builder, enable the opt-in toggle in the Home Assistant add-on settings and test builds before wider rollout.
  • To revert, disable the opt-in toggle in the add-on settings to return to the previous build workflow.

Share any experience you have with the new builder, bundling behaviour or the safe-mode WiFi fix on the project’s GitHub so maintainers and other users 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