mirror of
https://github.com/nold360/hive-apps
synced 2025-01-08 23:08:01 +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:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
# RF
|
||||||
usb:
|
usb:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostPath: /dev/ttyUSB0
|
hostPath: /dev/ttyUSB0
|
||||||
type: hostPath
|
type: hostPath
|
||||||
|
zigbee:
|
||||||
|
enabled: true
|
||||||
|
hostPath: /dev/ttyUSB1
|
||||||
|
type: hostPath
|
||||||
homegear-config:
|
homegear-config:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
|
@ -104,4 +109,4 @@ postgresql:
|
||||||
postgresqlUsername: homeassistant
|
postgresqlUsername: homeassistant
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: false
|
privileged: true
|
||||||
|
|
Loading…
Reference in a new issue