From 26c8d81dbf5811d05ae1b1b08d85f4d1920cd68f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 31 May 2015 22:21:11 +0200 Subject: [PATCH] add configuration desc --- homeassistant/components/media_player/mpd.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/mpd.py b/homeassistant/components/media_player/mpd.py index 37ddf1b3769..0905588cfef 100644 --- a/homeassistant/components/media_player/mpd.py +++ b/homeassistant/components/media_player/mpd.py @@ -11,10 +11,23 @@ config/configuration.yaml media_player: platform: mpd - location: bedroom server: 127.0.0.1 port: 6600 + location: bedroom +Variables: + +server +*Required +IP address of the Music Player Daemon. Example: 192.168.1.32 + +port +*Optional +Port of the Music Player Daemon, defaults to 6600. Example: 6600 + +location +*Optional +Location of your Music Player Daemon. """ import logging import socket