discovery - add missing values for ignore (#3383)

Docs are out of date regarding the devices that can be a/ discovered and b/ ignored.
This change adds the missing values for ignored.
This commit is contained in:
David De Sloovere 2017-09-16 20:26:49 +02:00 committed by Fabian Affolter
parent 57056fd92c
commit 857de4a19a

View File

@ -55,11 +55,14 @@ Valid values for ignore are:
* `apple_tv`: Apple TV * `apple_tv`: Apple TV
* `axis`: Axis Communications security devices * `axis`: Axis Communications security devices
* `bluesound`
* `bose_soundtouch`: Bose Soundtouch speakers * `bose_soundtouch`: Bose Soundtouch speakers
* `denonavr`: Denon Network Receivers * `denonavr`: Denon Network Receivers
* `directv`: DirecTV * `directv`: DirecTV
* `flux_led`: Flux Led/MagicLight * `flux_led`: Flux Led/MagicLight
* `frontier_silicon`
* `google_cast`: Google Chromecast * `google_cast`: Google Chromecast
* `harmony`: Harmony Hub
* `ikea_tradfri`: IKEA Trådfri * `ikea_tradfri`: IKEA Trådfri
* `logitech_mediaserver`: Logitech media server - Squeezebox player * `logitech_mediaserver`: Logitech media server - Squeezebox player
* `openhome`: Linn/Openhome * `openhome`: Linn/Openhome
@ -67,11 +70,12 @@ Valid values for ignore are:
* `philips_hue`: Philips Hue * `philips_hue`: Philips Hue
* `plex_mediaserver`: Plex media server * `plex_mediaserver`: Plex media server
* `roku`: Roku media player * `roku`: Roku media player
* `sabnzbd`
* `samsung_tv`: Samsung TV * `samsung_tv`: Samsung TV
* `sonos`: Sonos Speakers * `sonos`: Sonos Speakers
* `yamaha`: Yamaha media player * `yamaha`: Yamaha media player
* `yeelight`: Yeelight Sunflower Bulb * `yeelight`: Yeelight Sunflower Bulb
<p class='note'> <p class='note'>
Home Assistant must be on the same network as the devices for uPnP discovery to work. Home Assistant must be on the same network as the devices for uPnP discovery to work.
If running Home Assistant in a [Docker container](/docs/installation/docker/) use switch `--net=host` to put it on the host's network. If running Home Assistant in a [Docker container](/docs/installation/docker/) use switch `--net=host` to put it on the host's network.