Update media player cmus (#6885)

This commit is contained in:
Emeric 2018-10-17 23:12:28 +02:00 committed by Fabian Affolter
parent 947d681136
commit a488d1f0b4

View File

@ -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 %}