diff --git a/changelog/2024.10.0.rst b/changelog/2024.10.0.rst index 73345c6c8..ff4eeb137 100644 --- a/changelog/2024.10.0.rst +++ b/changelog/2024.10.0.rst @@ -37,7 +37,7 @@ 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. +configuration. See :ref:`ESP32 Advanced Configuration ` for more details. CSE7766 Breaking Changes