From 179dd90e5c263f2d92a8b31956b1784d311d329d Mon Sep 17 00:00:00 2001 From: "Robert \"DocSalvager\" Watson" Date: Tue, 10 Mar 2020 11:24:52 -0400 Subject: [PATCH] Update ssdp.markdown to add "(UPnP)" (#12315) * Update ssdp.markdown * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_integrations/ssdp.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/ssdp.markdown b/source/_integrations/ssdp.markdown index 43a9b5cb5fb..7bdf9839852 100644 --- a/source/_integrations/ssdp.markdown +++ b/source/_integrations/ssdp.markdown @@ -7,7 +7,7 @@ ha_release: 0.94 ha_domain: ssdp --- -The `ssdp` "Simple Service Discovery Protocol" integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel. +The `ssdp` "Simple Service Discovery Protocol" (part of UPnP) integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel. Integrations can opt-in to be found by adding [an SSDP section](https://developers.home-assistant.io/docs/en/next/creating_integration_manifest.html#ssdp) to their `manifest.json`.