Skip to content

Commit

Permalink
Updated list of discoverable devices (home-assistant#2240)
Browse files Browse the repository at this point in the history
Updated the device list from the source code and list the valid options for ignoring devices
  • Loading branch information
bdurrer authored and fabaff committed Mar 13, 2017
1 parent cdadee5 commit 8bdda54
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions source/_components/discovery.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP d
* Logitech media server (Squeezebox)
* DirecTV
* Apple TV
* Yeelight Sunflower Bulb
* Flux Led/MagicLight
* Linn / Openhome
* Denon Network Receivers

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

Expand All @@ -43,6 +47,24 @@ Configuration variables:
- **ignore** (*Optional*): A list of platforms that never will be automatically configured by `discovery`.

Valid values for ignore are:
* philips_hue: (Philips Hue)
* google_cast: (Google Chromecast)
* panasonic_viera: (Panasonic Viera)
* plex_mediaserver: (Plex media server)
* roku: (Roku media player)
* sonos: (Sonos Speakers)
* yamaha: (Yamaha media player)
* logitech_mediaserver: (Logitech media server - Squeezebox player)
* directv: (DirecTV)
* denonavr: (Denon Network Receivers)
* samsung_tv: (Samsung TV)
* yeelight: (Yeelight Sunflower Bulb)
* flux_led: (Flux Led/MagicLight)
* apple_tv: (Apple TV)
* openhome: (Linn / Openhome)


<p class='note'>
Home Assistant must be on the same network as the devices for uPnP discovery to work.
If running Home Assistant in a Docker container use switch `--net=host` to put it on the host's network.
Expand Down

0 comments on commit 8bdda54

Please sign in to comment.