GPMDP expects an IP address in "host" (not "address") (#977)

This commit is contained in:
Steve Simms 2016-09-23 02:10:20 -04:00 committed by Fabian Affolter
parent dc72563614
commit 2832561eab

View File

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