mirror of
https://github.com/esphome/esphome.git
synced 2025-01-30 23:02:14 +01:00
Merge branch 'component_climate_ir_samsung' of https://github.com/jorofi/esphome into component_climate_ir_samsung
This commit is contained in:
commit
f8b55a338f
@ -91,7 +91,7 @@ async def to_code(config):
|
||||
add_idf_component(
|
||||
name="mdns",
|
||||
repo="https://github.com/espressif/esp-protocols.git",
|
||||
ref="mdns-v1.3.2",
|
||||
ref="mdns-v1.5.1",
|
||||
path="components/mdns",
|
||||
)
|
||||
|
||||
|
@ -7,7 +7,7 @@ dependencies:
|
||||
version: v2.0.9
|
||||
mdns:
|
||||
git: https://github.com/espressif/esp-protocols.git
|
||||
version: mdns-v1.3.2
|
||||
version: mdns-v1.5.1
|
||||
path: components/mdns
|
||||
rules:
|
||||
- if: "idf_version >=5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user