Update deconz config

This commit is contained in:
2020-06-09 22:40:18 +03:00
parent d0eaeee12f
commit 4d67aeb33f
3 changed files with 11 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
database.db
log/
secret.yaml
state.json
+1 -1
View File
@@ -1,7 +1,7 @@
homeassistant: false
permit_join: true
mqtt:
base_topic: zigbee2mqtt
base_topic: z2m_deconz
server: 'mqtt://192.168.0.27'
user: '!secret user'
password: '!secret password'
+6 -3
View File
@@ -1,10 +1,13 @@
version: "3.4"
services:
zigbee2mqtt_deconz:
container_name: zigbee2mqtt_deconz
build: .
dockerfile: Dockerfile
build:
context: .
network: host
volumes:
- .data:/app/data
- ./data:/app/data
- /run/udev:/run/udev:ro
devices:
- /dev/ttyACM0:/dev/ttyACM0