mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 03:59:00 +00:00
1.3 KiB
1.3 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Music Player Daemon (MPD) | Instructions how to integrate Music Player Daemon into Home Assistant. | 2015-06-02 08:00 | true | false | true | true | mpd.png | Media Player | pre 0.7 |
The mpd
platform allows you to control a Music Player Daemon from Home Assistant. Unfortunatly you will not be able to manipulate the playlist (add or delete songs) or add transitions between the songs.
To add MPD to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
platform: mpd
host: IP_ADDRESS
port: 6600
location: bedroom
password: PASSWORD
Configuration variables:
- 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 and mopidy with Mopidy-MPD as used by Pi MusicBox.