mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
fix(hass/zigbee): usb devices
This commit is contained in:
parent
0a2e20f6c1
commit
b93077cb4f
2 changed files with 3 additions and 3 deletions
|
@ -77,11 +77,11 @@ persistence:
|
|||
# RF
|
||||
usb:
|
||||
enabled: true
|
||||
hostPath: /dev/ttyUSB0
|
||||
hostPath: /dev/culstick
|
||||
type: hostPath
|
||||
zigbee:
|
||||
enabled: false
|
||||
hostPath: /dev/ttyUSB1
|
||||
hostPath: /dev/zigbee
|
||||
type: hostPath
|
||||
homegear-config:
|
||||
enabled: true
|
||||
|
|
|
@ -72,7 +72,7 @@ persistence:
|
|||
usb:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
hostPath: /dev/ttyUSB1
|
||||
hostPath: /dev/zigbee
|
||||
|
||||
runudev:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue