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 ```