diff --git a/components/grub_boot_switch/__init__.py b/components/grub_boot_switch/__init__.py index 28ea321..c1356a4 100644 --- a/components/grub_boot_switch/__init__.py +++ b/components/grub_boot_switch/__init__.py @@ -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, )