ESPHome 2024.10.0 - 16th October 2024

Web Server Grouping Copy link to header

For those that use the Web Server Component with version 3, there is a new grouping feature that allows for custom/user defined groups of entities.

This is also a breaking change as the previous web_server_sorting_weight has been moved into a new web_server -> sorting_weight configuration entry for the entity.

Please see Entity sorting for the latest documentation on these features.

ESP32 Advanced MAC Address Configuration Copy link to header

ESPHome now supports reading a custom MAC address from the ESP32 eFuse blocks and will read and use it by default if there is data burned into the eFuses. If you would like to disable this, or the eFuse has data burned that is not a MAC address into those eFuses, then you can add ignore_efuse_custom_mac: true to your ESP32 advanced configuration. See ESP32 Advanced Configuration for more details.

CSE7766 Breaking Changes Copy link to header

The CSE7766 Power Sensor now requires even parity in configuration. There are some chips that work without EVEN, but the majority of newer chips seem to require it and the older ones work fine with it set as well so to make it consistent across all devices the component now requires it.

Release 2024.10.1 - October 22 Copy link to header

Release 2024.10.2 - October 24 Copy link to header

Release 2024.10.3 - November 8 Copy link to header

Full list of changes Copy link to header

New Components Copy link to header

New Platforms Copy link to header

Breaking Changes Copy link to header

Beta Changes Copy link to header

All changes Copy link to header

Past Changelogs Copy link to header

CURRENT