Updated: Added missing components (#3761)

This commit is contained in:
ntalekt 2017-10-24 23:51:19 -07:00 committed by Fabian Affolter
parent b9f47267de
commit 14f710f746
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -14,25 +14,29 @@ ha_category: Other
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: 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:
* Google Chromecast * [Apple TV](https://home-assistant.io/components/apple_tv/)
* Belkin WeMo switches * [Axis Communications security devices](https://home-assistant.io/components/axis/)
* Philips Hue * [Belkin WeMo switches](https://home-assistant.io/components/wemo/)
* Netgear routers * [Bluesound speakers](https://home-assistant.io/components/media_player.bluesound/)
* Plex media server * [Bose Soundtouch speakers](https://home-assistant.io/components/media_player.soundtouch/)
* Panasonic Viera * [Denon network receivers](https://home-assistant.io/components/media_player.denonavr/)
* Roku media player * [DirecTV receivers](https://home-assistant.io/components/media_player.directv/)
* Sonos Speakers * [Frontier Silicon internet radios](https://home-assistant.io/components/media_player.frontier_silicon/)
* Yamaha media player * [Google Cast](https://home-assistant.io/components/media_player.cast/)
* Logitech media server (Squeezebox) * [IKEA Trådfri (Tradfri)](https://home-assistant.io/components/tradfri/)
* DirecTV * [Linn / Openhome](https://home-assistant.io/components/media_player.openhome/)
* Apple TV * [Logitech Harmony Hub](https://home-assistant.io/components/remote.harmony/)
* Yeelight Sunflower Bulb * [Logitech media server (Squeezebox)](https://home-assistant.io/components/media_player.squeezebox/)
* Linn / Openhome * [Netgear routers](https://home-assistant.io/components/device_tracker.netgear/)
* Denon Network Receivers * [Panasonic Viera](https://home-assistant.io/components/media_player.panasonic_viera/)
* Bose Soundtouch speakers * [Philips Hue](https://home-assistant.io/components/light.hue/)
* Axis Communications security devices * [Plex media server](https://home-assistant.io/components/media_player.plex/)
* IKEA Trådfri (Tradfri) * [Roku media player](https://home-assistant.io/components/media_player.roku/)
* Harmony Hub * [SABnzbd downloader](https://home-assistant.io/components/sensor.sabnzbd/)
* [Samsung TVs](https://home-assistant.io/components/media_player.samsungtv/)
* [Sonos speakers](https://home-assistant.io/components/media_player.sonos/)
* [Yamaha media player](https://home-assistant.io/components/media_player.yamaha/)
* [Yeelight Sunflower bulb](https://home-assistant.io/components/light.yeelightsunflower/)
It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user. It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.
@ -54,25 +58,27 @@ Valid values for ignore are:
* `apple_tv`: Apple TV * `apple_tv`: Apple TV
* `axis`: Axis Communications security devices * `axis`: Axis Communications security devices
* `bluesound` * `belkin_wemo`: Belkin WeMo switches
* `bluesound`: Bluesound speakers
* `bose_soundtouch`: Bose Soundtouch speakers * `bose_soundtouch`: Bose Soundtouch speakers
* `denonavr`: Denon Network Receivers * `denonavr`: Denon network receivers
* `directv`: DirecTV * `directv`: DirecTV receivers
* `frontier_silicon` * `frontier_silicon`: Frontier Silicon internet radios
* `google_cast`: Google Chromecast * `google_cast`: Google Cast
* `harmony`: Harmony Hub * `harmony`: Logitech Harmony Hub
* `ikea_tradfri`: IKEA Trådfri * `ikea_tradfri`: IKEA Trådfri (Tradfri)
* `logitech_mediaserver`: Logitech media server - Squeezebox player * `logitech_mediaserver`: Logitech media server (Squeezebox)
* `openhome`: Linn/Openhome * `netgear_router`: Netgear routers
* `openhome`: Linn / Openhome
* `panasonic_viera`: Panasonic Viera * `panasonic_viera`: Panasonic Viera
* `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` * `sabnzbd`: SABnzbd downloader
* `samsung_tv`: Samsung TV * `samsung_tv`: Samsung TVs
* `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.