Skip to content

Commit e46cba4

Browse files
authored
GPMDP expects an IP address in "host" (not "address")
1 parent dc72563 commit e46cba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/media_player.gpmdp.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Then just add the following to your `configuration.yaml` file:
2424
# Example configuration.yaml entry
2525
media_player:
2626
platform: gpmdp
27-
address: IP_ADDRESS
27+
host: IP_ADDRESS
2828
name: NAME
2929
```
3030
3131
Configuration variables:
3232
33-
- **address** (*Required*): IP address of the computer running GPMDP
33+
- **host** (*Required*): IP address of the computer running GPMDP
3434
- **name** (*Optional*): Name of the player
3535

0 commit comments

Comments
 (0)