mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update Pioneer media_player component configuration (#6943)
* Update Pioneer media_player component configuration * Minor changes
This commit is contained in:
parent
059b262545
commit
b888ef4ce9
@ -25,12 +25,26 @@ media_player:
|
|||||||
host: 192.168.0.10
|
host: 192.168.0.10
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP of the Pioneer device, eg. `192.168.0.10`
|
description: The IP of the Pioneer device, e.g., `192.168.0.10`.
|
||||||
- **name** (*Optional*): The name you would like to give to the receiver.
|
required: true
|
||||||
- **port** (*Optional*): The port on which the Pioneer device listens, e.g., `23` (default) or `8102`
|
type: string
|
||||||
- **timeout** (*Optional*): Number of seconds (float) to wait for blocking operations like connect, write, and read.
|
name:
|
||||||
|
description: The name you would like to give to the receiver.
|
||||||
|
required: false
|
||||||
|
default: Pioneer AVR
|
||||||
|
type: string
|
||||||
|
port:
|
||||||
|
description: The port on which the Pioneer device listens, e.g., `23` or `8102`.
|
||||||
|
required: false
|
||||||
|
default: 23
|
||||||
|
type: integer
|
||||||
|
timeout:
|
||||||
|
description: Number of seconds (float) to wait for blocking operations like connect, write and read.
|
||||||
|
required: false
|
||||||
|
type: float
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user