2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

update zigbee2mqtt

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

View File

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