mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +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
|
# RF
|
||||||
usb:
|
usb:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostPath: /dev/ttyUSB0
|
hostPath: /dev/culstick
|
||||||
type: hostPath
|
type: hostPath
|
||||||
zigbee:
|
zigbee:
|
||||||
enabled: false
|
enabled: false
|
||||||
hostPath: /dev/ttyUSB1
|
hostPath: /dev/zigbee
|
||||||
type: hostPath
|
type: hostPath
|
||||||
homegear-config:
|
homegear-config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -72,7 +72,7 @@ persistence:
|
||||||
usb:
|
usb:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /dev/ttyUSB1
|
hostPath: /dev/zigbee
|
||||||
|
|
||||||
runudev:
|
runudev:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue