From 5f006c388eed144815ae901e220ddd3229b0c7da Mon Sep 17 00:00:00 2001 From: Daniyar Yeralin Date: Mon, 20 Mar 2017 03:05:08 -0400 Subject: [PATCH] Update media_player.mpd.markdown (#2303) Introducing new parameter "Name" Description: Added new optional parameter "Name" for mpd component. Pull request in home-assistant (if applicable): home-assistant/home-assistant#6553 --- source/_components/media_player.mpd.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.mpd.markdown b/source/_components/media_player.mpd.markdown index a0b52c5a0c6..b561797aacb 100644 --- a/source/_components/media_player.mpd.markdown +++ b/source/_components/media_player.mpd.markdown @@ -31,7 +31,7 @@ Configuration variables: - **host** (*Required*): IP address of the Host where Music Player Daemon is running. - **port** (*Optional*): Port of the Music Player Daemon. Defaults to 6600. -- **location** (*Optional*): Location of your Music Player Daemon. Defaults to "MPD". +- **name** (*Optional*): Name of your Music Player Daemon. Defaults to "MPD". - **password** (*Optional*): Password for your Music Player Daemon. Example script to load a saved playlist called "DeckMusic" and set the volume: