pulled out everything except the password
This commit is contained in:
@@ -9,3 +9,11 @@ docker compose exec -it mqtt mosquitto_passwd -c /mosquitto/config/pwfile homeas
|
|||||||
```
|
```
|
||||||
|
|
||||||
### [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>
|
||||||
|
```
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ homeassistant: true
|
|||||||
permit_join: true
|
permit_join: true
|
||||||
mqtt:
|
mqtt:
|
||||||
base_topic: zigbee2mqtt
|
base_topic: zigbee2mqtt
|
||||||
client_id: 'Zigbee2MQTT'
|
client_id: Zigbee2MQTT
|
||||||
server: '!secret.yaml server'
|
server: mqtt://mqtt:1883
|
||||||
user: '!secret.yaml user'
|
user: homeassistant
|
||||||
password: '!secret.yaml password'
|
password: '!secret.yaml password'
|
||||||
serial:
|
serial:
|
||||||
port: /dev/ttyUSB0
|
port: /dev/ttyUSB0
|
||||||
|
|||||||
Reference in New Issue
Block a user