mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update media player Clementine (#6857)
This commit is contained in:
parent
aa6e1340b2
commit
390d7a0c2c
@ -25,12 +25,26 @@ media_player:
|
|||||||
host: 192.168.0.20
|
host: 192.168.0.20
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP address of the Clementine Player (eg. 192.168.0.20).
|
description: The IP address of the Clementine Player e.g., 192.168.0.20.
|
||||||
- **port** (*Optional*): The remote control port (default is: 5500).
|
required: true
|
||||||
- **access_token** (*Optional*): The authorization code needed to connect.
|
type: string
|
||||||
- **name** (*Optional*): The name you would like to give to the Clementine player. The default is "Clementine Remote".
|
port:
|
||||||
|
description: The remote control port.
|
||||||
|
required: false
|
||||||
|
default: 5500
|
||||||
|
type: integer
|
||||||
|
access_token:
|
||||||
|
description: The authorization code needed to connect.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
name:
|
||||||
|
description: The name you would like to give to the Clementine player.
|
||||||
|
required: false
|
||||||
|
default: Clementine Remote
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
Remember that Clementine must be configured to accept connections through its network remote control protocol.
|
Remember that Clementine must be configured to accept connections through its network remote control protocol.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user