Merge pull request #146 from kareem613/master

added note on networks for discovery component
This commit is contained in:
Paulus Schoutsen 2016-01-11 19:08:56 -08:00
commit b7b604efe4

View File

@ -29,6 +29,9 @@ To load this component, add the following lines to your `configuration.yaml`:
discovery:
```
*Note:* The home-assistant server 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 you are developing a new platform, please read [how to make your platform discoverable]({{site_root}}/developers/add_new_platform/#discovery).
<p class='note warning'>