This commit is contained in:
Fabian Affolter 2016-11-03 09:19:39 +01:00
parent 01ea5818f1
commit 8cfbe23ecd
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -18,7 +18,13 @@ Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP d
* Belkin WeMo switches * Belkin WeMo switches
* Philips Hue * Philips Hue
* Netgear routers * Netgear routers
* Plex Media Server * Plex media server
* Panasonic Viera
* Roku media player
* Sono Speaker
* Yamaha media player
* Logitech media server (Squeezebox)
* DirecTV
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.
@ -30,8 +36,8 @@ discovery:
``` ```
<p class='note'> <p class='note'>
The home-assistant server 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 use switch `--net=host` to put it on the host's network. If running Home Assistant in a Docker container use switch `--net=host` to put it on the host's network.
</p> </p>
If you are developing a new platform, please read [how to make your platform discoverable]({{site_root}}/developers/add_new_platform/#discovery). If you are developing a new platform, please read [how to make your platform discoverable]({{site_root}}/developers/add_new_platform/#discovery).