mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update Russound_rnet media_player component configuration (#7242)
This commit is contained in:
parent
0b3f98f0bd
commit
7b3fd15789
@ -46,10 +46,25 @@ media_player:
|
|||||||
- name: Sky+
|
- name: Sky+
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP of the TCP gateway
|
description: The IP of the TCP gateway.
|
||||||
- **port** (*Required*): The port of the TCP gateway
|
required: true
|
||||||
- **name** (*Required*): The name of the device
|
type: string
|
||||||
- **zones** (*Required*): This is the list of zones available
|
port:
|
||||||
- **sources** (*Required*): The list of sources available, these must be in order as they are connected to the device
|
description: The port of the TCP gateway.
|
||||||
|
required: true
|
||||||
|
type: integer
|
||||||
|
name:
|
||||||
|
description: The name of the device.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
zones:
|
||||||
|
description: This is the list of zones available.
|
||||||
|
required: true
|
||||||
|
type: integer
|
||||||
|
sources:
|
||||||
|
description: The list of sources available, these must be in order as they are connected to the device.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user