mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 23:06:49 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Music Player Daemon support | Instructions how to integrate Music Player Daemon into Home Assistant. | 2015-06-02 08:00 | false | false | true | true |

To add MPD to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
platform: mpd
server: IP_ADDRESS
port: 6600
location: bedroom
password: PASSWORD
Configuration variables:
- server Required: IP address of the Music Player Daemon. Example: 192.168.1.32
- port Optional: Port of the Music Player Daemon, defaults to 6600. Example: 6600
- location Optional: Location of your Music Player Daemon.
- password Optional: Password for your Music Player Daemon.