diff --git a/components/mdns/idf_component.yml b/components/mdns/idf_component.yml index 9617bed5b..e52779d8f 100644 --- a/components/mdns/idf_component.yml +++ b/components/mdns/idf_component.yml @@ -1,6 +1,9 @@ version: "1.4.1" -description: mDNS -url: https://github.com/espressif/esp-protocols/tree/master/components/mdns +description: "Multicast UDP service used to provide local network service and host discovery." +url: "https://github.com/espressif/esp-protocols/tree/master/components/mdns" +issues: "https://github.com/espressif/esp-protocols/issues" +documentation: "https://docs.espressif.com/projects/esp-protocols/mdns/docs/latest/en/index.html" +repository: "https://github.com/espressif/esp-protocols.git" dependencies: idf: version: ">=5.0"