mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +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
|
# Example configuration.yaml entry
|
||||||
media_player:
|
media_player:
|
||||||
platform: gpmdp
|
platform: gpmdp
|
||||||
address: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
name: NAME
|
name: NAME
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
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
|
- **name** (*Optional*): Name of the player
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user