mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP of the TCP gateway
|
||||
- **port** (*Optional*): The port of the TCP gateway (default: 9621)
|
||||
- **name** (*Required*): The name of the device
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The IP of the TCP gateway.
|
||||
required: true
|
||||
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