mirror of
https://github.com/esphome/esphome.git
synced 2025-02-01 02:31:00 +00:00
Add min version requirement
This commit is contained in:
parent
219d704ce4
commit
b6f69cef56
@ -28,6 +28,7 @@ CONFIG_SCHEMA = cv.All(
|
|||||||
}
|
}
|
||||||
).extend(cv.COMPONENT_SCHEMA),
|
).extend(cv.COMPONENT_SCHEMA),
|
||||||
cv.only_with_esp_idf,
|
cv.only_with_esp_idf,
|
||||||
|
cv.require_esphome_version(2023, 12, 7),
|
||||||
)
|
)
|
||||||
|
|
||||||
FINAL_VALIDATE_SCHEMA = final_validate_usable_board("microphone")
|
FINAL_VALIDATE_SCHEMA = final_validate_usable_board("microphone")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user