mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Added bluesound documentation (#2460)
* Added bluesound documentation * Update media_player.bluesound.markdown * Update media_player.bluesound.markdown
This commit is contained in:
parent
a89f6dadaa
commit
aea22b5470
48
source/_components/media_player.bluesound.markdown
Normal file
48
source/_components/media_player.bluesound.markdown
Normal 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
|
||||
```
|
BIN
source/images/supported_brands/bluesound.png
Normal file
BIN
source/images/supported_brands/bluesound.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Loading…
x
Reference in New Issue
Block a user