Update media player gpmdp (#6922)

* Update media player gpmdp

* Minor change
This commit is contained in:
Emeric 2018-10-18 14:08:41 +02:00 committed by Fabian Affolter
parent a51240a017
commit 6f504d6887

View File

@ -28,8 +28,14 @@ media_player:
host: IP_ADDRESS
```
Configuration variables:
- **host** (*Required*): IP address of the computer running GPMDP.
- **name** (*Optional*): Name of the player.
{% configuration %}
host:
description: The IP address of the computer running GPMDP.
required: true
type: string
name:
description: Name of the player.
required: false
default: GPM Desktop Player
type: string
{% endconfiguration %}