Browse Source

Set timezone in homeassistant

Victor Lavaud 2 months ago
parent
commit
4b0d1be48e
1 changed files with 2 additions and 0 deletions
  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