Skip to content

Commit 9eeb6ce

Browse files
ntalektfabaff
authored andcommitted
Updated: Added missing components (home-assistant#3761)
1 parent 0927f6b commit 9eeb6ce

File tree

1 file changed

+38
-32
lines changed

1 file changed

+38
-32
lines changed

source/_components/discovery.markdown

Lines changed: 38 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,29 @@ ha_category: Other
1414

1515
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` component can detect:
1616

17-
* Google Chromecast
18-
* Belkin WeMo switches
19-
* Philips Hue
20-
* Netgear routers
21-
* Plex media server
22-
* Panasonic Viera
23-
* Roku media player
24-
* Sonos Speakers
25-
* Yamaha media player
26-
* Logitech media server (Squeezebox)
27-
* DirecTV
28-
* Apple TV
29-
* Yeelight Sunflower Bulb
30-
* Linn / Openhome
31-
* Denon Network Receivers
32-
* Bose Soundtouch speakers
33-
* Axis Communications security devices
34-
* IKEA Trådfri (Tradfri)
35-
* Harmony Hub
17+
* [Apple TV](https://home-assistant.io/components/apple_tv/)
18+
* [Axis Communications security devices](https://home-assistant.io/components/axis/)
19+
* [Belkin WeMo switches](https://home-assistant.io/components/wemo/)
20+
* [Bluesound speakers](https://home-assistant.io/components/media_player.bluesound/)
21+
* [Bose Soundtouch speakers](https://home-assistant.io/components/media_player.soundtouch/)
22+
* [Denon network receivers](https://home-assistant.io/components/media_player.denonavr/)
23+
* [DirecTV receivers](https://home-assistant.io/components/media_player.directv/)
24+
* [Frontier Silicon internet radios](https://home-assistant.io/components/media_player.frontier_silicon/)
25+
* [Google Cast](https://home-assistant.io/components/media_player.cast/)
26+
* [IKEA Trådfri (Tradfri)](https://home-assistant.io/components/tradfri/)
27+
* [Linn / Openhome](https://home-assistant.io/components/media_player.openhome/)
28+
* [Logitech Harmony Hub](https://home-assistant.io/components/remote.harmony/)
29+
* [Logitech media server (Squeezebox)](https://home-assistant.io/components/media_player.squeezebox/)
30+
* [Netgear routers](https://home-assistant.io/components/device_tracker.netgear/)
31+
* [Panasonic Viera](https://home-assistant.io/components/media_player.panasonic_viera/)
32+
* [Philips Hue](https://home-assistant.io/components/light.hue/)
33+
* [Plex media server](https://home-assistant.io/components/media_player.plex/)
34+
* [Roku media player](https://home-assistant.io/components/media_player.roku/)
35+
* [SABnzbd downloader](https://home-assistant.io/components/sensor.sabnzbd/)
36+
* [Samsung TVs](https://home-assistant.io/components/media_player.samsungtv/)
37+
* [Sonos speakers](https://home-assistant.io/components/media_player.sonos/)
38+
* [Yamaha media player](https://home-assistant.io/components/media_player.yamaha/)
39+
* [Yeelight Sunflower bulb](https://home-assistant.io/components/light.yeelightsunflower/)
3640

3741
It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.
3842

@@ -54,25 +58,27 @@ Valid values for ignore are:
5458

5559
* `apple_tv`: Apple TV
5660
* `axis`: Axis Communications security devices
57-
* `bluesound`
61+
* `belkin_wemo`: Belkin WeMo switches
62+
* `bluesound`: Bluesound speakers
5863
* `bose_soundtouch`: Bose Soundtouch speakers
59-
* `denonavr`: Denon Network Receivers
60-
* `directv`: DirecTV
61-
* `frontier_silicon`
62-
* `google_cast`: Google Chromecast
63-
* `harmony`: Harmony Hub
64-
* `ikea_tradfri`: IKEA Trådfri
65-
* `logitech_mediaserver`: Logitech media server - Squeezebox player
66-
* `openhome`: Linn/Openhome
64+
* `denonavr`: Denon network receivers
65+
* `directv`: DirecTV receivers
66+
* `frontier_silicon`: Frontier Silicon internet radios
67+
* `google_cast`: Google Cast
68+
* `harmony`: Logitech Harmony Hub
69+
* `ikea_tradfri`: IKEA Trådfri (Tradfri)
70+
* `logitech_mediaserver`: Logitech media server (Squeezebox)
71+
* `netgear_router`: Netgear routers
72+
* `openhome`: Linn / Openhome
6773
* `panasonic_viera`: Panasonic Viera
6874
* `philips_hue`: Philips Hue
6975
* `plex_mediaserver`: Plex media server
7076
* `roku`: Roku media player
71-
* `sabnzbd`
72-
* `samsung_tv`: Samsung TV
73-
* `sonos`: Sonos Speakers
77+
* `sabnzbd`: SABnzbd downloader
78+
* `samsung_tv`: Samsung TVs
79+
* `sonos`: Sonos speakers
7480
* `yamaha`: Yamaha media player
75-
* `yeelight`: Yeelight Sunflower Bulb
81+
* `yeelight`: Yeelight Sunflower bulb
7682

7783
<p class='note'>
7884
Home Assistant must be on the same network as the devices for uPnP discovery to work.

0 commit comments

Comments
 (0)