mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
update zigbee2mqtt
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user