From 8d74076b98174809bd0eb1706fe0faad331675d1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Nov 2023 00:26:28 -0600 Subject: [PATCH] tweaked README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d4b174..4086163 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # zigbee-stack + Zigbee smarthome stack ## Mosquitto +Start the MQTT broker and create the password for `homeassistant` + ```shell docker compose up -d mqtt docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant @@ -12,8 +15,8 @@ docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeas ## Zigbee2MQTT -Requires `./zigbee2mqtt/secret.yaml` of the format: +Put the password in `./zigbee2mqtt/secret.yaml` ``` -password: +echo "password: " > ./zigbee2mqtt/secret.yaml ```