Update Russound_rio media_player component configuration (#7388)

This commit is contained in:
Klaas Schoute 2018-11-06 08:12:31 +01:00 committed by Fabian Affolter
parent 7012cb3204
commit 11102d31df

View File

@ -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 %}