mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +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
|
||||
```
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user