mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP address of the Clementine Player (eg. 192.168.0.20).
|
||||
- **port** (*Optional*): The remote control port (default is: 5500).
|
||||
- **access_token** (*Optional*): The authorization code needed to connect.
|
||||
- **name** (*Optional*): The name you would like to give to the Clementine player. The default is "Clementine Remote".
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The IP address of the Clementine Player e.g., 192.168.0.20.
|
||||
required: true
|
||||
type: string
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user