add snippets
This commit is contained in:
parent
97b43b9339
commit
f6b572096b
8
snippets/configuration.yaml
Normal file
8
snippets/configuration.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
homeassistant: false
|
||||||
|
permit_join: true
|
||||||
|
mqtt:
|
||||||
|
base_topic: zigbee2mqtt
|
||||||
|
server: mqtt://172.23.1.102
|
||||||
|
serial:
|
||||||
|
port: tcp://172.16.3.187:6638
|
||||||
|
baudrate: 115200
|
11
snippets/start.sh
Executable file
11
snippets/start.sh
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
docker run \
|
||||||
|
--name zigbee2mqtt \
|
||||||
|
--rm \
|
||||||
|
-p 8080:8080 \
|
||||||
|
-v $(pwd)/data:/app/data \
|
||||||
|
-e TZ=Europe/Berlin \
|
||||||
|
koenkk/zigbee2mqtt
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user