mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
Add Bose soundtouch discovery support (#2401)
This commit is contained in:
parent
c540046c7f
commit
801ed69e10
@ -30,6 +30,7 @@ Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP d
|
|||||||
* Flux Led/MagicLight
|
* Flux Led/MagicLight
|
||||||
* Linn / Openhome
|
* Linn / Openhome
|
||||||
* Denon Network Receivers
|
* Denon Network Receivers
|
||||||
|
* Bose Soundtouch speakers
|
||||||
|
|
||||||
It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.
|
It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.
|
||||||
|
|
||||||
@ -66,7 +67,7 @@ Valid values for ignore are:
|
|||||||
|
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
Home Assistant must be on the same network as the devices for uPnP discovery to work.
|
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 running Home Assistant in a Docker container use switch `--net=host` to put it on the host's network.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -9,13 +9,15 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: soundtouch.jpg
|
logo: soundtouch.jpg
|
||||||
ha_category: Media Player
|
ha_category: Media Player
|
||||||
ha_release: X.X.X
|
ha_release: 0.34.0
|
||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Local Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
The `soundtouch` platform allows you to control your [Bose Soundtouch](https://www.soundtouch.com/) speakers from Home Assistant.
|
The `soundtouch` platform allows you to control your [Bose Soundtouch](https://www.soundtouch.com/) speakers from Home Assistant.
|
||||||
|
|
||||||
To add your Soundtouch components to your installation, add the following to your `configuration.yaml` file.
|
By default it supports auto-discovery provided by Home Assistant, and you don't need to add anything to your `configuration.yaml`.
|
||||||
|
|
||||||
|
Alternatively, you can add the following to your `configuration.yaml` file.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml
|
# Example configuration.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user