Add min version requirement

This commit is contained in:
Jesse Hills 2024-01-17 11:03:48 +09:00
parent 219d704ce4
commit b6f69cef56
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 1 additions and 0 deletions

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")