mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP of the Pioneer device, eg. `192.168.0.10`
|
||||
- **name** (*Optional*): The name you would like to give to the receiver.
|
||||
- **port** (*Optional*): The port on which the Pioneer device listens, e.g., `23` (default) or `8102`
|
||||
- **timeout** (*Optional*): Number of seconds (float) to wait for blocking operations like connect, write, and read.
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The IP of the Pioneer device, e.g., `192.168.0.10`.
|
||||
required: true
|
||||
type: string
|
||||
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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user