mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Change variable name
This commit is contained in:
parent
583b8c4b79
commit
97eb166711
@ -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/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user