Added bluesound documentation (#2460)

* Added bluesound documentation

* Update media_player.bluesound.markdown

* Update media_player.bluesound.markdown
This commit is contained in:
thrawnarn 2017-08-12 21:51:43 +02:00 committed by Paulus Schoutsen
parent a89f6dadaa
commit aea22b5470
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,48 @@
---
layout: page
title: "Bluesound"
description: "Instructions how to integrate Bluesound devices into Home Assistant."
date: 2017-04-21 19:00
sidebar: true
comments: false
sharing: true
footer: true
logo: bluesound.png
ha_category: Media Player
featured: true
ha_release: 0.46
ha_iot_class: "Local Polling"
---
The `bluesound` platform allows you to control your [Bluesound](http://www.bluesound.com/) HiFi wireless speakers and audio components from Home Assistant.
If you want to automatically discover new devices, just make sure you have discovery: in your configuration.yaml file. To manually add a Bluesound device to your installation, add the following to your configuration.yaml file:
```yaml
# Example configuration.yaml
media_player:
- platform: bluesound
hosts:
- host: 192.168.1.100
```
Configuration variables:
- **hosts** (*Optional*): List with your bluesound devices
- **host** (*Required*): IP-address or hostname of the player
- **name** (*Optional*): The name of the device used in the frontend
- **port** (*Optional*): Port of communication to the device (default: 11000)
## Advanced configuration example
```yaml
# Example configuration.yaml entry with manually specified addresses
media_player:
- platform: bluesound
hosts:
- host: 192.168.1.100
name: bluesound_kitchen
port: 11000
- host: 192.168.1.131
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB