about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-06-10 21:16:07 +0200
committerGitHub <noreply@github.com>2023-06-10 21:16:07 +0200
commitbdd04643868c41c96e38090e9cb65b9d1803c309 (patch)
tree74148fe403de95abd7043ace4b88ce9ef0425fdc /pkgs/servers/home-assistant
parentfb02e7c5cb3cc40e7fca366a896688122244692b (diff)
parent7099d6b8fbefddc146684f6c637b9d33f16f39ef (diff)
Merge pull request #236919 from fabaff/sisyphus-control
 python311Packages.sisyphus-control: init at 3.1.3 
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 029b770560bf5..88fb52a143206 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -3646,7 +3646,8 @@
     "siren" = ps: with ps; [
     ];
     "sisyphus" = ps: with ps; [
-    ]; # missing inputs: sisyphus-control
+      sisyphus-control
+    ];
     "sky_hub" = ps: with ps; [
       pyskyqhub
     ];