about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-05 20:47:34 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-05 20:47:34 +0100
commit7fa675ecd2ea086ddf0218433855ea7df5e1dd71 (patch)
treefb14ded83fcab772ca400b333020355c88f55424 /pkgs/servers/home-assistant
parent056d990d4755c71152cc8756efa0b6ac85229ae1 (diff)
home-assistant: update component-packages
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index dee4a13077ace..9418554775906 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -1233,8 +1233,9 @@
     "google_assistant_sdk" = ps: with ps; [
       aiohttp-cors
       fnvhash
+      gassist-text
       sqlalchemy
-    ]; # missing inputs: gassist-text
+    ];
     "google_cloud" = ps: with ps; [
       google-cloud-texttospeech
     ];
@@ -4310,6 +4311,7 @@
     "goodwe"
     "google"
     "google_assistant"
+    "google_assistant_sdk"
     "google_domains"
     "google_pubsub"
     "google_sheets"