1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 01:08:37 +00:00

update zigbee2mqtt

This commit is contained in:
kev 2024-06-11 14:52:57 +08:00
parent f4f2d51c89
commit 4eefa8df24

@ -46,6 +46,8 @@ $ curl 127.0.0.1:8080
## Example Config
File: configuration.yaml
```yaml
permit_join: false
homeassistant: false
@ -59,10 +61,20 @@ mqtt:
serial:
port: /dev/ttyACM0
advanced:
pan_id: GENERATE
ext_pan_id: GENERATE
network_key: GENERATE
last_seen: epoch
availability: true
```
File: secret.yaml
```yaml
user: kevin
password: kevin
```
## MQTT Testing
```bash