From e91039975094c0111f6a993a73406b2bafe748e2 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 10 Dec 2024 21:37:02 +0000 Subject: [PATCH] feat(homeassistant.nix): add new integrations and packages --- hosts/architect/homeassistant.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/architect/homeassistant.nix b/hosts/architect/homeassistant.nix index 74bb37f..ec6d202 100644 --- a/hosts/architect/homeassistant.nix +++ b/hosts/architect/homeassistant.nix @@ -24,6 +24,7 @@ in enable = true; uri = "tcp://127.0.0.1:${toString piperPort}"; voice = "en-us-ryan-medium"; + lengthScale = 0.63; }; }; }; @@ -1101,6 +1102,8 @@ in "mqtt_json" "mqtt_room" "mqtt_statestream" + "github" + "webostv" ]; extraPackages = python3Packages: with python3Packages; [ pkgs.openai-whisper