mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 19:06:55 +00:00
Update Russound_rio media_player component configuration (#7388)
This commit is contained in:
parent
7012cb3204
commit
11102d31df
@ -27,8 +27,18 @@ media_player:
|
|||||||
name: Russound
|
name: Russound
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP of the TCP gateway
|
description: The IP of the TCP gateway.
|
||||||
- **port** (*Optional*): The port of the TCP gateway (default: 9621)
|
required: true
|
||||||
- **name** (*Required*): The name of the device
|
type: string
|
||||||
|
port:
|
||||||
|
description: The port of the TCP gateway.
|
||||||
|
required: false
|
||||||
|
default: 9621
|
||||||
|
type: integer
|
||||||
|
name:
|
||||||
|
description: The name of the device.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user