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
This commit is contained in:
Daniyar Yeralin 2017-03-20 03:05:08 -04:00 committed by Fabian Affolter
parent 7f66e700c2
commit 5f006c388e

View File

@ -31,7 +31,7 @@ Configuration variables:
- **host** (*Required*): IP address of the Host where Music Player Daemon is running. - **host** (*Required*): IP address of the Host where Music Player Daemon is running.
- **port** (*Optional*): Port of the Music Player Daemon. Defaults to 6600. - **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. - **password** (*Optional*): Password for your Music Player Daemon.
Example script to load a saved playlist called "DeckMusic" and set the volume: Example script to load a saved playlist called "DeckMusic" and set the volume: