ESPHome 2024.10.0: Web server entity grouping

Web Server Grouping
Section titled “Web Server Grouping”For those that use the Web Server 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
Section titled “ESP32 Advanced MAC Address Configuration”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
Section titled “CSE7766 Breaking Changes”The Cse7766 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
Section titled “Release 2024.10.1 - October 22”- [config] Fix crash with empty substitutions block esphome#7612 by @clydebarrow
- Fix broken ibeacon_uuid config in ble_rssi esphome#7640 by @lennart-k
- auto-load preferences esphome#7642 by @ssieb
- [wifi] Support custom MAC on Arduino, too esphome#7644 by @kbx81
- [config] Ensure user-supplied build flags don’t get silently overwritten esphome#7622 by @clydebarrow
- [lvgl] Remove states from style definitions (Bugfix) esphome#7645 by @clydebarrow
- Move setting global voice assistant to constructor esphome#7630 by @synesthesiam
Release 2024.10.2 - October 24
Section titled “Release 2024.10.2 - October 24”- Humanized the missing MQTT log topic error message esphome#7634 by @solarkennedy
- [lvgl] Some properties were not templatable (Bugfix) esphome#7655 by @clydebarrow
- [voice_assistant] Bugfix: Fix crash on start esphome#7662 by @kahrendt
Release 2024.10.3 - November 8
Section titled “Release 2024.10.3 - November 8”- [rpi_dpi_rgb] Fix get_width and height (Bugfix) esphome#7675 by @clydebarrow
- Fixes modbus timing error esphome#7674 by @exciton
- [lvgl] Ensure images are configured before using them. (Bugfix) esphome#7721 by @clydebarrow
Full List of Changes
Section titled “Full List of Changes”For the complete list of every merged pull request in this release, see the full 2024.10.0 changelog.





Comments