mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
feat(hass): Zigbee usb device
This commit is contained in:
parent
d2b3bf15cc
commit
a9c6bc2ca5
1 changed files with 6 additions and 1 deletions
|
@ -74,10 +74,15 @@ metrics:
|
|||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
# RF
|
||||
usb:
|
||||
enabled: true
|
||||
hostPath: /dev/ttyUSB0
|
||||
type: hostPath
|
||||
zigbee:
|
||||
enabled: true
|
||||
hostPath: /dev/ttyUSB1
|
||||
type: hostPath
|
||||
homegear-config:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
|
@ -104,4 +109,4 @@ postgresql:
|
|||
postgresqlUsername: homeassistant
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
privileged: true
|
||||
|
|
Loading…
Reference in a new issue