mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update media player mpchc (#6924)
This commit is contained in:
parent
abd78fd8d4
commit
cf1f8c2c53
@ -38,8 +38,19 @@ media_player:
|
|||||||
host: http://192.168.0.123
|
host: http://192.168.0.123
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The host name or address of the device that is running MPC-HC.
|
description: The host name or IP address of the device that is running MPC-HC.
|
||||||
- **port** (*Optional*): The port number. Defaults to 13579.
|
required: true
|
||||||
- **name** (*Optional*): The name of the device used in the frontend.
|
type: string
|
||||||
|
port:
|
||||||
|
description: The port number of the device.
|
||||||
|
required: false
|
||||||
|
default: 13579
|
||||||
|
type: integer
|
||||||
|
name:
|
||||||
|
description: The name of the device used in the frontend.
|
||||||
|
required: false
|
||||||
|
default: MPC-HC
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user