Change device names to symlinked

This commit is contained in:
2020-06-09 22:58:29 +03:00
parent 4d67aeb33f
commit 7d52206fcb
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ mqtt:
user: '!secret user'
password: '!secret password'
serial:
port: /dev/ttyACM0
port: /dev/CONBEE
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/ttyACM0:/dev/ttyACM0
- /dev/CONBEE:/dev/CONBEE
restart: always
network_mode: host
privileged: true