Skip to content

Commit 97eb166

Browse files
committed
Change variable name
1 parent 583b8c4 commit 97eb166

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_components/media_player.mpd.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ To add MPD to your installation, add the following to your `configuration.yaml`
2121
# Example configuration.yaml entry
2222
media_player:
2323
platform: mpd
24-
server: IP_ADDRESS
24+
host: IP_ADDRESS
2525
port: 6600
2626
location: bedroom
2727
password: PASSWORD
2828
```
2929
3030
Configuration variables:
3131
32-
- **server** (*Required*): IP address of the Music Player Daemon, eg. 192.168.1.32
33-
- **port** (*Optional*): Port of the Music Player Daemon, defaults to 6600.
34-
- **location** (*Optional*): Location of your Music Player Daemon.
32+
- **host** (*Required*): IP address of the Host where Music Player Daemon is running.
33+
- **port** (*Optional*): Port of the Music Player Daemon. Defaults to 6600.
34+
- **location** (*Optional*): Location of your Music Player Daemon. Defaults to "MPD".
3535
- **password** (*Optional*): Password for your Music Player Daemon.
3636
3737
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/).

0 commit comments

Comments
 (0)