mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update media player Bluesound (#6854)
* Update media player Bluesound * Minor changes
This commit is contained in:
parent
f04ea9fd7c
commit
826903b9d9
@ -27,12 +27,26 @@ media_player:
|
|||||||
- host: 192.168.1.100
|
- host: 192.168.1.100
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
hosts:
|
||||||
- **hosts** (*Optional*): List with your bluesound devices
|
description: List with your Bluesound devices.
|
||||||
- **host** (*Required*): IP-address or hostname of the player
|
required: false
|
||||||
- **name** (*Optional*): The name of the device used in the frontend
|
type: list
|
||||||
- **port** (*Optional*): Port of communication to the device (default: 11000)
|
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
|
## Advanced configuration example
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user