From 8cfbe23ecd6e12f475fd2c5fea8f4b46762875dd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 3 Nov 2016 09:19:39 +0100 Subject: [PATCH] Update --- source/_components/discovery.markdown | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index 763f6fe8276..276571e3f81 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -18,7 +18,13 @@ Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP d * Belkin WeMo switches * Philips Hue * 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. @@ -30,8 +36,8 @@ discovery: ```

-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. +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 you are developing a new platform, please read [how to make your platform discoverable]({{site_root}}/developers/add_new_platform/#discovery).