1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-02 08:01:50 +00:00

Add min version requirement

This commit is contained in:
Jesse Hills
2024-01-17 11:03:48 +09:00
parent 219d704ce4
commit b6f69cef56

View File

@@ -28,6 +28,7 @@ CONFIG_SCHEMA = cv.All(
}
).extend(cv.COMPONENT_SCHEMA),
cv.only_with_esp_idf,
cv.require_esphome_version(2023, 12, 7),
)
FINAL_VALIDATE_SCHEMA = final_validate_usable_board("microphone")