From ec537b023066d623442f053631741ca70932a091 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 29 Aug 2023 09:13:15 -0500 Subject: [PATCH] home-assistant: Update to 2023.8.4 Also need to update Whisper and Piper because apparently the communication protocol has changed. --- home-assistant/home-assistant.yaml | 2 +- home-assistant/piper.yaml | 2 +- home-assistant/whisper.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home-assistant/home-assistant.yaml b/home-assistant/home-assistant.yaml index cc3ca8a..31902b3 100644 --- a/home-assistant/home-assistant.yaml +++ b/home-assistant/home-assistant.yaml @@ -60,7 +60,7 @@ spec: spec: containers: - name: home-assistant - image: ghcr.io/home-assistant/home-assistant:stable + image: ghcr.io/home-assistant/home-assistant:2023.8.4 env: - name: TZ value: America/Chicago diff --git a/home-assistant/piper.yaml b/home-assistant/piper.yaml index b291a0c..b4c76cb 100644 --- a/home-assistant/piper.yaml +++ b/home-assistant/piper.yaml @@ -43,7 +43,7 @@ spec: spec: containers: - name: piper - image: docker.io/rhasspy/wyoming-piper + image: docker.io/rhasspy/wyoming-piper:1.3.2 args: - --voice=en-us-amy-low ports: diff --git a/home-assistant/whisper.yaml b/home-assistant/whisper.yaml index 828ffe8..64fbd6c 100644 --- a/home-assistant/whisper.yaml +++ b/home-assistant/whisper.yaml @@ -43,7 +43,7 @@ spec: spec: containers: - name: whisper - image: docker.io/rhasspy/wyoming-whisper + image: docker.io/rhasspy/wyoming-whisper:1.0.0 args: - --model=base - --language=en