1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 20:32:21 +01:00

[esp32] Add `ignore_efuse_custom_mac` config var (#7527)

This commit is contained in:
Keith Burzinski
2024-10-02 03:27:46 -05:00
committed by GitHub
parent d00e0eb2d6
commit 0d80286bb3
3 changed files with 8 additions and 1 deletions

View File

@@ -376,6 +376,7 @@ CONF_IDLE_ACTION = "idle_action"
CONF_IDLE_LEVEL = "idle_level"
CONF_IDLE_TIME = "idle_time"
CONF_IF = "if"
CONF_IGNORE_EFUSE_CUSTOM_MAC = "ignore_efuse_custom_mac"
CONF_IGNORE_EFUSE_MAC_CRC = "ignore_efuse_mac_crc"
CONF_IGNORE_OUT_OF_RANGE = "ignore_out_of_range"
CONF_IGNORE_PIN_VALIDATION_ERROR = "ignore_pin_validation_error"