diff --git a/README.md b/README.md index 24ca4f9..7d4b174 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,12 @@ docker compose up -d mqtt docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeassistant ``` -### [Docker Image](https://hub.docker.com/_/eclipse-mosquitto) \ No newline at end of file +### [Docker Image](https://hub.docker.com/_/eclipse-mosquitto) + +## Zigbee2MQTT + +Requires `./zigbee2mqtt/secret.yaml` of the format: + +``` +password: +``` diff --git a/zigbee2mqtt/configuration.yaml b/zigbee2mqtt/configuration.yaml index a806e2c..1020996 100644 --- a/zigbee2mqtt/configuration.yaml +++ b/zigbee2mqtt/configuration.yaml @@ -2,9 +2,9 @@ homeassistant: true permit_join: true mqtt: base_topic: zigbee2mqtt - client_id: 'Zigbee2MQTT' - server: '!secret.yaml server' - user: '!secret.yaml user' + client_id: Zigbee2MQTT + server: mqtt://mqtt:1883 + user: homeassistant password: '!secret.yaml password' serial: port: /dev/ttyUSB0