mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
GPMDP expects an IP address in "host" (not "address") (#977)
This commit is contained in:
parent
dc72563614
commit
2832561eab
@ -24,12 +24,12 @@ Then just add the following to your `configuration.yaml` file:
|
||||
# Example configuration.yaml entry
|
||||
media_player:
|
||||
platform: gpmdp
|
||||
address: IP_ADDRESS
|
||||
host: IP_ADDRESS
|
||||
name: NAME
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **address** (*Required*): IP address of the computer running GPMDP
|
||||
- **host** (*Required*): IP address of the computer running GPMDP
|
||||
- **name** (*Optional*): Name of the player
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user