File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP d
30
30
* Flux Led/MagicLight
31
31
* Linn / Openhome
32
32
* Denon Network Receivers
33
+ * Bose Soundtouch speakers
33
34
34
35
It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.
35
36
@@ -66,7 +67,7 @@ Valid values for ignore are:
66
67
67
68
68
69
<p class='note'>
69
- Home Assistant must be on the same network as the devices for uPnP discovery to work.
70
+ Home Assistant must be on the same network as the devices for uPnP discovery to work.
70
71
If running Home Assistant in a Docker container use switch `--net=host` to put it on the host's network.
71
72
</p>
72
73
Original file line number Diff line number Diff line change @@ -9,13 +9,15 @@ sharing: true
9
9
footer : true
10
10
logo : soundtouch.jpg
11
11
ha_category : Media Player
12
- ha_release : X.X.X
12
+ ha_release : 0.34.0
13
13
ha_iot_class : " Local Polling"
14
14
---
15
15
16
16
The ` soundtouch ` platform allows you to control your [ Bose Soundtouch] ( https://www.soundtouch.com/ ) speakers from Home Assistant.
17
17
18
- To add your Soundtouch components to your installation, add the following to your ` configuration.yaml ` file.
18
+ By default it supports auto-discovery provided by Home Assistant, and you don't need to add anything to your ` configuration.yaml ` .
19
+
20
+ Alternatively, you can add the following to your ` configuration.yaml ` file.
19
21
20
22
``` yaml
21
23
# Example configuration.yaml
You can’t perform that action at this time.
0 commit comments