From 8160f3b3b8ffac24b4fc48dace15783b3b0d935b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 11 Jan 2016 19:09:57 -0800 Subject: [PATCH] Update discovery.markdown --- source/_components/discovery.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index e255d524853..7815de51a2b 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -29,8 +29,10 @@ 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. +

+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).