From 847825f8aeb940b9e70d3d4416c6cf073e34239a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20P=C3=B6schl?= Date: Fri, 17 Jan 2025 22:33:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20docs=20about=20integra?= =?UTF-8?q?tion=20into=20HA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mpd/DOCS.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mpd/DOCS.md b/mpd/DOCS.md index 2953336..2dd6335 100644 --- a/mpd/DOCS.md +++ b/mpd/DOCS.md @@ -60,11 +60,10 @@ This error is shown on the first start, when no database exists. It will be ther # MPD -To connect from Home Assistant use the following configuration: +To connect from Home Assistant use the [MPD integration](https://www.home-assistant.io/integrations/mpd/) with the following values: -```yaml -media_player: - - platform: mpd - host: 243ffc37-mpd - port: 6600 +```text +host: 68413af6-mpd +password: +port: 6600 ```