From 4904c47346d5e071da19cdf5f6a3561ec871e108 Mon Sep 17 00:00:00 2001 From: Roland Beck <7224371+Data-Monkey@users.noreply.github.com> Date: Sun, 16 Jun 2019 20:02:23 +1000 Subject: [PATCH] adding Simple Service Discovery Protocol (#9639) adding the full name to the acronym. SSDP - Simple Service Discovery Protocol --- source/_components/ssdp.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/ssdp.markdown b/source/_components/ssdp.markdown index 1a0fc4fb9b3..2a126bf4cca 100644 --- a/source/_components/ssdp.markdown +++ b/source/_components/ssdp.markdown @@ -1,6 +1,6 @@ --- layout: page -title: "SSDP" +title: "SSDP - Simple Service Discovery Protocol" description: "Discover integrations on the network using the SSDP protocol." date: 2019-06-02 18:50 sidebar: true @@ -12,7 +12,7 @@ ha_category: ha_release: 0.94 --- -The `ssdp` 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 config panel. +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 config 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.