From 0e9cc2cc65efdbf30c0f92827c0bf73b3b47b9f1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Sep 2015 09:00:15 +0200 Subject: [PATCH] Add new variables --- source/components/media_player.mpd.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/components/media_player.mpd.markdown b/source/components/media_player.mpd.markdown index 858fa4b5287..bab5e73fbd0 100644 --- a/source/components/media_player.mpd.markdown +++ b/source/components/media_player.mpd.markdown @@ -18,8 +18,15 @@ To add MPD to your installation, add the following to your `configuration.yaml` # Example configuration.yaml entry media_player: platform: mpd - server: 127.0.0.1 + server: IP_ADDRESS port: 6600 location: bedroom + password: PASSWORD ``` +Configuration 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. +- **password** *Optional*: Password for your Music Player Daemon.