From 4feba720fcd4365c5ae2cab99315aaa4d7b53ddf Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 14 Mar 2025 21:43:28 -0400 Subject: [PATCH] added openwakeword --- .vscode/settings.json | 1 + systems/jeeves/services/home_assistant.nix | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index e1c1073..8f895d5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -177,6 +177,7 @@ "oderwat", "ollama", "oneshot", + "openwakeword", "optimise", "optoutstudies", "overalljails", diff --git a/systems/jeeves/services/home_assistant.nix b/systems/jeeves/services/home_assistant.nix index 030e20b..e9ba1ef 100644 --- a/systems/jeeves/services/home_assistant.nix +++ b/systems/jeeves/services/home_assistant.nix @@ -94,6 +94,10 @@ in uri = "tcp://0.0.0.0:10200"; voice = "en_GB-alba-medium"; }; + openwakeword = { + enable = true; + uri = "tcp://0.0.0.0:10400"; + }; }; }; }