mirror of
https://github.com/esphome/esphome.git
synced 2025-09-16 10:12:21 +01:00
Allow esp32 idf components to specify submodules and specific components (#5128)
This commit is contained in:
@@ -86,10 +86,10 @@ async def to_code(config):
|
||||
5, 0, 0
|
||||
):
|
||||
add_idf_component(
|
||||
"mdns",
|
||||
"https://github.com/espressif/esp-protocols.git",
|
||||
"mdns-v1.0.9",
|
||||
"components/mdns",
|
||||
name="mdns",
|
||||
repo="https://github.com/espressif/esp-protocols.git",
|
||||
ref="mdns-v1.0.9",
|
||||
path="components/mdns",
|
||||
)
|
||||
|
||||
if config[CONF_DISABLED]:
|
||||
|
Reference in New Issue
Block a user