pulled out everything except the password

This commit is contained in:
root
2023-11-15 18:04:57 -06:00
parent d813091241
commit f9064fbab7
2 changed files with 12 additions and 4 deletions

View File

@@ -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)
### [Docker Image](https://hub.docker.com/_/eclipse-mosquitto)
## Zigbee2MQTT
Requires `./zigbee2mqtt/secret.yaml` of the format:
```
password: <password>
```

View File

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