mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Update media player gpmdp (#6922)
* Update media player gpmdp * Minor change
This commit is contained in:
parent
a51240a017
commit
6f504d6887
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user