Explorar el Código

Set timezone in homeassistant

Victor Lavaud hace 2 meses
padre
commit
4b0d1be48e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      homeasistant/homeassistant.yaml

+ 2 - 0
homeasistant/homeassistant.yaml

@@ -27,6 +27,8 @@ spec:
           image: ghcr.io/home-assistant/home-assistant:stable
           imagePullPolicy: "Always"
           env:
+          - name: TZ
+            value: "Europe/Zurich"
           volumeMounts:
           - name: homeassistant
             mountPath: /config