From 20b64c9acb9073990f89fd8a0608b201240adbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Hagelb=C3=A4ck?= Date: Sat, 30 Jan 2021 09:54:40 +0100 Subject: [PATCH] Merge readme with listen to default HA birth message PR --- plejd/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/plejd/README.md b/plejd/README.md index fb4d597..ef101f5 100644 --- a/plejd/README.md +++ b/plejd/README.md @@ -106,7 +106,7 @@ If you restore a backup from a 32bit system to a new 64bit system, use the Rebui ### Configuration -You need to add the following to your `configuration.yaml` file: +You need to add the MQTT integration to Home Assistant either by going to Configuration -> Integrations and clicking the Add Integration button, or by adding the following to your `configuration.yaml` file: ``` mqtt: @@ -115,15 +115,9 @@ mqtt: password: !secret mqtt_password discovery: true discovery_prefix: homeassistant - birth_message: - topic: 'hass/status' - payload: 'online' - will_message: - topic: 'hass/status' - payload: 'offline' ``` -The above is used to notify the add-on when Home Assistant has started successfully and let the add-on send the discovery response (containing all devices). +The above is used to notify the add-on when Home Assistant has started successfully and let the add-on send the discovery response (containing information about all Plejd devices found). The plugin needs you to configure some settings before working. You find these on the Add-on page after you've installed it.