From 1511ef01d161e6f2a841ae4d31b38a0a81d7611d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 12 Apr 2022 15:43:23 -0700 Subject: [PATCH] Discourage use of discovery integration (#22370) --- source/_integrations/discovery.markdown | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/source/_integrations/discovery.markdown b/source/_integrations/discovery.markdown index c3e0dab91c0..f75953f2889 100644 --- a/source/_integrations/discovery.markdown +++ b/source/_integrations/discovery.markdown @@ -11,7 +11,9 @@ ha_codeowners: ha_integration_type: integration --- -Home Assistant can discover and automatically configure [zeroconf](https://en.wikipedia.org/wiki/Zero-configuration_networking)/[mDNS](https://en.wikipedia.org/wiki/Multicast_DNS) and [UPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) devices on your network. Currently the `discovery` integration can detect: +This is the legacy discovery integration for Home Assistant. It's use is no longer recommended. Use the [SSDP](/integrations/ssdp/), [Zeroconf](/integrations/zeroconf/ and [USB](/integrations/usb/) integrations instead. + +This integration is limited to detect: * [Bluesound speakers](/integrations/bluesound) * [Bose Soundtouch speakers](/integrations/soundtouch) @@ -19,10 +21,7 @@ Home Assistant can discover and automatically configure [zeroconf](https://en.wi * [Frontier Silicon internet radios](/integrations/frontier_silicon) * [LG Soundbars](/integrations/lg_soundbar) * [Linn / Openhome](/integrations/openhome) - * [Logitech Media Server (Squeezebox)](/integrations/squeezebox) - * [NETGEAR routers](/integrations/netgear) * [SABnzbd downloader](/integrations/sabnzbd) - * [Telldus Live](/integrations/tellduslive/) * [Yamaha media player](/integrations/yamaha) To load this integration, add the following lines to your `configuration.yaml` file: @@ -53,11 +52,8 @@ Valid values for ignore are: * `enigma2`: Enigma2 media players * `frontier_silicon`: Frontier Silicon internet radios * `lg_smart_device`: LG Soundbars - * `logitech_mediaserver`: Logitech Media Server (Squeezebox) - * `netgear_router`: NETGEAR routers * `openhome`: Linn / Openhome * `sabnzbd`: SABnzbd downloader - * `tellstick`: Telldus Live * `yamaha`: Yamaha media player ## Troubleshooting