mirror of
https://github.com/esphome/esphome.git
synced 2024-12-02 19:54:14 +01:00
Add min version requirement
This commit is contained in:
parent
219d704ce4
commit
b6f69cef56
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue