Skip to content

Commit 8cfbe23

Browse files
committed
Update
1 parent 01ea581 commit 8cfbe23

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

source/_components/discovery.markdown

+9-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP d
1818
* Belkin WeMo switches
1919
* Philips Hue
2020
* Netgear routers
21-
* Plex Media Server
21+
* Plex media server
22+
* Panasonic Viera
23+
* Roku media player
24+
* Sono Speaker
25+
* Yamaha media player
26+
* Logitech media server (Squeezebox)
27+
* DirecTV
2228

2329
It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.
2430

@@ -30,8 +36,8 @@ discovery:
3036
```
3137
3238
<p class='note'>
33-
The home-assistant server must be on the same network as the devices for uPnP discovery to work.
34-
If running home-assistant in a docker container use switch `--net=host` to put it on the host's network.
39+
Home Assistant must be on the same network as the devices for uPnP discovery to work.
40+
If running Home Assistant in a Docker container use switch `--net=host` to put it on the host's network.
3541
</p>
3642

3743
If you are developing a new platform, please read [how to make your platform discoverable]({{site_root}}/developers/add_new_platform/#discovery).

0 commit comments

Comments
 (0)