Update media player Bluesound (#6854)

* Update media player Bluesound

* Minor changes
This commit is contained in:
Emeric 2018-10-16 19:36:58 +02:00 committed by Fabian Affolter
parent f04ea9fd7c
commit 826903b9d9

View File

@ -27,12 +27,26 @@ media_player:
- 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)
{% configuration %}
hosts:
description: List with your Bluesound devices.
required: false
type: list
keys:
host:
description: The IP address or hostname of the player.
required: true
type: string
name:
description: The name of the device used in the frontend.
required: false
type: string
port:
description: The port to communicate with the device.
required: false
default: 11000
type: integer
{% endconfiguration %}
## Advanced configuration example