Compare commits

..

1 Commits

View File

@@ -63,7 +63,7 @@ CONFIG_SCHEMA = cv.All(
cv.Optional(CONF_TARGETS, default={}): TARGETS_SCHEMA,
}
).extend(cv.COMPONENT_SCHEMA),
cv.only_with_esp_idf,
cv.only_with_framework("esp-idf"),
cv.only_on_esp32,
)