Update deconz device name

This commit is contained in:
2020-06-10 16:16:36 +03:00
parent 8eb0e6a57d
commit 545629d088
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ mqtt:
user: '!secret user'
password: '!secret password'
serial:
port: /dev/CONBEE
port: /dev/ttyACM0
advanced:
channel: 12
log_level: debug
+1 -1
View File
@@ -10,7 +10,7 @@ services:
- ./data:/app/data
- /run/udev:/run/udev:ro
devices:
- /dev/CONBEE:/dev/CONBEE
- /dev/ttyACM0:/dev/ttyACM0
restart: always
network_mode: host
privileged: true