ESPHome 2023.7.0 - 19th July 2023

Webserver with ESP-IDF Copy link to header

This releases adds support for the Webserver and Captive Portal when using the esp-idf framework on ESP32 boards.

Display components Copy link to header

This release adds a few changes to the display core code to optimise and allow for future improvements which are already in progress. This also may bring breaking changes to the internal APIs that external_components may be relying on.

A new warning in the logs Copy link to header

[00:00:00][W][component:204]: Component xxxxxx took a long time for an operation (x.xx s).
[00:00:00][W][component:205]: Components should block for at most 20-30ms.

These 2 log lines may show up in the most recent version of ESPHome due to the log level being changed from verbose to warning. I made this change because changing the device log level to verbose just to see if these lines show up significantly slowed down the device due to all the extra logging it had to do.

Please do not report new issues for this, but comment on this issueExternal link if someone has not already commented for that specific component.

Full list of changes Copy link to header

New Components Copy link to header

Breaking Changes Copy link to header

Beta Changes Copy link to header

Release 2023.7.1 - August 1 Copy link to header

All changes Copy link to header

Past Changelogs Copy link to header

CURRENT