Mi/Xiaomi Desklamps: fix ignore_efuse_custom_mac, update component usage #997
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Brief description of the changes
As per esphome/issues#6333, since esphome 2024.10 the
ignore_efuse_mac_crc
flag is not enough - this PR adds the missingignore_efuse_custom_mac
to the affected devices.I also took the liberty to update the component usage in provided example configs to their up-to-date recommended structures (e.g.
ota
as a list); Additionally I've re-enabledweb_server
andcaptive_portal
, previously unavailable in esp-idf.I've verified the updated config on a 1S model; Pro is virtually identical, at least pinout-wise.
If preferred, I can split out the changes into a minimal efuse flag fix and a separate commit/PR for the rest.
Type of changes
Checklist:
The only exceptions are
!secret wifi_ssid
and!secret wifi_password
.wifi
orethernet
block has no static / manual ip address specified.A more involved example can be provided in a separate configuration block.