Skip to content

Commit 801ed69

Browse files
CharlesBlondeballoob
authored andcommitted
Add Bose soundtouch discovery support (home-assistant#2401)
1 parent c540046 commit 801ed69

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

source/_components/discovery.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP d
3030
* Flux Led/MagicLight
3131
* Linn / Openhome
3232
* Denon Network Receivers
33+
* Bose Soundtouch speakers
3334

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

@@ -66,7 +67,7 @@ Valid values for ignore are:
6667

6768

6869
<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.
7071
If running Home Assistant in a Docker container use switch `--net=host` to put it on the host's network.
7172
</p>
7273

source/_components/media_player.soundtouch.markdown

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ sharing: true
99
footer: true
1010
logo: soundtouch.jpg
1111
ha_category: Media Player
12-
ha_release: X.X.X
12+
ha_release: 0.34.0
1313
ha_iot_class: "Local Polling"
1414
---
1515

1616
The `soundtouch` platform allows you to control your [Bose Soundtouch](https://www.soundtouch.com/) speakers from Home Assistant.
1717

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.
1921

2022
```yaml
2123
# Example configuration.yaml

0 commit comments

Comments
 (0)