Skip to content

Commit

Permalink
Add some breaking change text to 2024.10.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Oct 20, 2024
1 parent 761f96e commit 52a8657
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog/2024.10.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ This is also a breaking change as the previous ``web_server_sorting_weight`` has

Please see :ref:`config-webserver-sorting` for the latest documentation on these features.

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. This option is currently only supported when using ESP-IDF as the framework.


CSE7766 Breaking Changes
------------------------

The :doc:`/components/sensor/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.


Full list of changes
--------------------
Expand Down

0 comments on commit 52a8657

Please sign in to comment.