@@ -14,25 +14,29 @@ ha_category: Other
14
14
15
15
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:
16
16
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/ )
36
40
37
41
It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.
38
42
@@ -54,25 +58,27 @@ Valid values for ignore are:
54
58
55
59
* `apple_tv`: Apple TV
56
60
* `axis`: Axis Communications security devices
57
- * `bluesound`
61
+ * `belkin_wemo`: Belkin WeMo switches
62
+ * `bluesound`: Bluesound speakers
58
63
* `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
67
73
* `panasonic_viera`: Panasonic Viera
68
74
* `philips_hue`: Philips Hue
69
75
* `plex_mediaserver`: Plex media server
70
76
* `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
74
80
* `yamaha`: Yamaha media player
75
- * `yeelight`: Yeelight Sunflower Bulb
81
+ * `yeelight`: Yeelight Sunflower bulb
76
82
77
83
<p class='note'>
78
84
Home Assistant must be on the same network as the devices for uPnP discovery to work.
0 commit comments