mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update media player cmus (#6885)
This commit is contained in:
parent
947d681136
commit
a488d1f0b4
@ -33,9 +33,23 @@ media_player:
|
|||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Optional*): Hostname or IP address of the machine running cmus. Note if a remote cmus is configured that instance must be configured to listen to remote connections, which also requires a password to be set.
|
description: Hostname or IP address of the machine running cmus. Note if a remote cmus is configured that instance must be configured to listen to remote connections, which also requires a password to be set.
|
||||||
- **password** (*Required if host is set*): Password for your cmus player.
|
required: inclusive
|
||||||
- **port** (*Optional*): Port of the cmus socket, defaults to 3000.
|
type: string
|
||||||
- **name** (*Optional*): The name you'd like to give the cmus player in Home Assistant
|
password:
|
||||||
|
description: Password for your cmus player.
|
||||||
|
required: inclusive
|
||||||
|
type: string
|
||||||
|
port:
|
||||||
|
description: Port of the cmus socket.
|
||||||
|
required: false
|
||||||
|
default: 3000
|
||||||
|
type: integer
|
||||||
|
name:
|
||||||
|
description: The name you'd like to give the cmus player in Home Assistant.
|
||||||
|
required: false
|
||||||
|
default: cmus
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user