diff --git a/source/_components/media_player.mpd.markdown b/source/_components/media_player.mpd.markdown index b5d10aee92d..af2d60a87b1 100644 --- a/source/_components/media_player.mpd.markdown +++ b/source/_components/media_player.mpd.markdown @@ -21,7 +21,7 @@ To add MPD to your installation, add the following to your `configuration.yaml` # Example configuration.yaml entry media_player: platform: mpd - server: IP_ADDRESS + host: IP_ADDRESS port: 6600 location: bedroom password: PASSWORD @@ -29,9 +29,9 @@ media_player: Configuration variables: -- **server** (*Required*): IP address of the Music Player Daemon, eg. 192.168.1.32 -- **port** (*Optional*): Port of the Music Player Daemon, defaults to 6600. -- **location** (*Optional*): Location of your Music Player Daemon. +- **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". - **password** (*Optional*): Password for your Music Player Daemon. This platform works with [Music Player Daemon](http://www.musicpd.org/) and [mopidy](https://www.mopidy.com/) with [Mopidy-MPD](https://docs.mopidy.com/en/latest/ext/mpd/) as used by [Pi MusicBox](http://www.pimusicbox.com/).