Skip to content
Get started

ESPHome 2025.6.0 - 18th June 2025

Read the ESPHome 2025.6.0 release notes on the blog for the release overview, feature highlights, upgrade checklist, and breaking changes.

  • update minimal python version to 3.10 esphome#8850 by @ximex (breaking-change)
  • Add LWIP optimization options to reduce flash usage esphome#8946 by @bdraco (breaking-change)
  • Replace API deferred queue with efficient message batching system esphome#9012 by @bdraco (breaking-change)
  • Optimize Component and Application state storage from uint32_t to uint8_t esphome#9082 by @bdraco (breaking-change)
  • Reduce entity memory usage by eliminating field shadowing and bit-packing esphome#9076 by @bdraco (breaking-change)
  • Optimize Application area_ from std::string to const char* esphome#9085 by @bdraco (breaking-change)