From a9c6bc2ca51b1ca0d2c9affd663e3f92a156f3ec Mon Sep 17 00:00:00 2001 From: nold Date: Fri, 19 May 2023 10:52:54 +0200 Subject: [PATCH] feat(hass): Zigbee usb device --- projects/homeassistant/values/homeassistant.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projects/homeassistant/values/homeassistant.yaml b/projects/homeassistant/values/homeassistant.yaml index 002d40f7..e19e5915 100644 --- a/projects/homeassistant/values/homeassistant.yaml +++ b/projects/homeassistant/values/homeassistant.yaml @@ -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