mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Discourage use of discovery integration (#22370)
This commit is contained in:
parent
1e9f902def
commit
1511ef01d1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user