Change variable name

This commit is contained in:
Fabian Affolter 2016-09-05 15:35:24 +02:00
parent 583b8c4b79
commit 97eb166711
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -21,7 +21,7 @@ To add MPD to your installation, add the following to your `configuration.yaml`
# Example configuration.yaml entry # Example configuration.yaml entry
media_player: media_player:
platform: mpd platform: mpd
server: IP_ADDRESS host: IP_ADDRESS
port: 6600 port: 6600
location: bedroom location: bedroom
password: PASSWORD password: PASSWORD
@ -29,9 +29,9 @@ media_player:
Configuration variables: Configuration variables:
- **server** (*Required*): IP address of the Music Player Daemon, eg. 192.168.1.32 - **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. - **location** (*Optional*): Location of your Music Player Daemon. Defaults to "MPD".
- **password** (*Optional*): Password for your Music Player Daemon. - **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/). 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/).