Updated list of discoverable devices (#2240)
Updated the device list from the source code and list the valid options for ignoring devices
This commit is contained in:
parent
cdadee5e1c
commit
8bdda546ee
1 changed files with 22 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue