From 801ed69e108bb593caa0168b64ee82bf5e036279 Mon Sep 17 00:00:00 2001 From: Charles Blonde Date: Fri, 21 Apr 2017 18:02:48 +0200 Subject: [PATCH] Add Bose soundtouch discovery support (#2401) --- source/_components/discovery.markdown | 3 ++- source/_components/media_player.soundtouch.markdown | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index b0f0acb04cf..0b099a52352 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -30,6 +30,7 @@ Home Assistant can discover and automatically configure zeroconf/mDNS and uPnP d * Flux Led/MagicLight * Linn / Openhome * 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. @@ -66,7 +67,7 @@ Valid values for ignore are:

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

diff --git a/source/_components/media_player.soundtouch.markdown b/source/_components/media_player.soundtouch.markdown index f9ab4354947..0c3f3bdf50a 100644 --- a/source/_components/media_player.soundtouch.markdown +++ b/source/_components/media_player.soundtouch.markdown @@ -9,13 +9,15 @@ sharing: true footer: true logo: soundtouch.jpg ha_category: Media Player -ha_release: X.X.X +ha_release: 0.34.0 ha_iot_class: "Local Polling" --- 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 # Example configuration.yaml