From 2832561eabaab94725a0d2c5b3def3ee731114b0 Mon Sep 17 00:00:00 2001 From: Steve Simms Date: Fri, 23 Sep 2016 02:10:20 -0400 Subject: [PATCH] GPMDP expects an IP address in "host" (not "address") (#977) --- source/_components/media_player.gpmdp.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/media_player.gpmdp.markdown b/source/_components/media_player.gpmdp.markdown index e97f1948bdd..3f35c1d1442 100644 --- a/source/_components/media_player.gpmdp.markdown +++ b/source/_components/media_player.gpmdp.markdown @@ -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