home-assistant: Update to 2023.8.4
Also need to update Whisper and Piper because apparently the communication protocol has changed.dch-webhooks-secrets
parent
64514e4b2a
commit
ec537b0230
|
@ -60,7 +60,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: home-assistant
|
- name: home-assistant
|
||||||
image: ghcr.io/home-assistant/home-assistant:stable
|
image: ghcr.io/home-assistant/home-assistant:2023.8.4
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: America/Chicago
|
value: America/Chicago
|
||||||
|
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: piper
|
- name: piper
|
||||||
image: docker.io/rhasspy/wyoming-piper
|
image: docker.io/rhasspy/wyoming-piper:1.3.2
|
||||||
args:
|
args:
|
||||||
- --voice=en-us-amy-low
|
- --voice=en-us-amy-low
|
||||||
ports:
|
ports:
|
||||||
|
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: whisper
|
- name: whisper
|
||||||
image: docker.io/rhasspy/wyoming-whisper
|
image: docker.io/rhasspy/wyoming-whisper:1.0.0
|
||||||
args:
|
args:
|
||||||
- --model=base
|
- --model=base
|
||||||
- --language=en
|
- --language=en
|
||||||
|
|
Loading…
Reference in New Issue