Remove espf-idf restriction

This commit is contained in:
Trevor Feeney 2024-06-06 21:34:46 -04:00
parent cdfbd9827f
commit 16ce2ef74f
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ CONFIG_SCHEMA = cv.Schema(
cv.Optional(CONF_ACTIVE, default=True): cv.boolean,
cv.Optional(CONF_CONTINUOUS, default=True): cv.boolean,
cv.Optional(CONF_ALLOWLIST_ADDRESS): cv.All(
cv.only_with_esp_idf,
cv.ensure_list(cv.mac_address),
cv.Length(min=1, max=MAX_ALLOWLIST),
),