File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,13 @@ Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP d
18
18
* Belkin WeMo switches
19
19
* Philips Hue
20
20
* 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
22
28
23
29
It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.
24
30
@@ -30,8 +36,8 @@ discovery:
30
36
` ` `
31
37
32
38
<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.
35
41
</p>
36
42
37
43
If you are developing a new platform, please read [how to make your platform discoverable]({{site_root}}/developers/add_new_platform/#discovery).
You can’t perform that action at this time.
0 commit comments