1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-07 05:42:20 +01:00

[esp32] Update IDF components to use the registry (#9223)

This commit is contained in:
Jonathan Swoboda
2025-06-26 23:37:30 -04:00
committed by GitHub
parent 61dfd5541f
commit 1f94e4cc14
4 changed files with 9 additions and 28 deletions

View File

@@ -310,11 +310,7 @@ async def to_code(config):
cg.add_define("USE_ESP32_CAMERA")
if CORE.using_esp_idf:
add_idf_component(
name="esp32-camera",
repo="https://github.com/espressif/esp32-camera.git",
ref="v2.0.15",
)
add_idf_component(name="espressif/esp32-camera", ref="2.0.15")
for conf in config.get(CONF_ON_STREAM_START, []):
trigger = cg.new_Pvariable(conf[CONF_TRIGGER_ID], var)