about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-02-06 17:28:30 +0800
committerRobert Schütz <rschuetz17@gmail.com>2019-02-06 10:28:30 +0100
commitac098c2e6292eabf1d0375856d71e8328e347c0b (patch)
tree89af67efbd18588cff0d194d688fd4c824218111 /pkgs/servers/home-assistant
parent42bdc36a84c6a6cadd70c963d172d322e48c1db0 (diff)
downloadnixlib-ac098c2e6292eabf1d0375856d71e8328e347c0b.tar
nixlib-ac098c2e6292eabf1d0375856d71e8328e347c0b.tar.gz
nixlib-ac098c2e6292eabf1d0375856d71e8328e347c0b.tar.bz2
nixlib-ac098c2e6292eabf1d0375856d71e8328e347c0b.tar.lz
nixlib-ac098c2e6292eabf1d0375856d71e8328e347c0b.tar.xz
nixlib-ac098c2e6292eabf1d0375856d71e8328e347c0b.tar.zst
nixlib-ac098c2e6292eabf1d0375856d71e8328e347c0b.zip
home-assistant: missing dependencies (#55294)
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 73595c1d67bc..7e5eb47953ec 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -592,7 +592,7 @@
     "light.lifx" = ps: with ps; [  ];
     "light.lifx_legacy" = ps: with ps; [  ];
     "light.lightwave" = ps: with ps; [  ];
-    "light.limitlessled" = ps: with ps; [  ];
+    "light.limitlessled" = ps: with ps; [ limitlessled ];
     "light.litejet" = ps: with ps; [  ];
     "light.lutron" = ps: with ps; [  ];
     "light.lutron_caseta" = ps: with ps; [  ];
@@ -799,7 +799,7 @@
     "notify.clicksend_tts" = ps: with ps; [  ];
     "notify.command_line" = ps: with ps; [  ];
     "notify.demo" = ps: with ps; [  ];
-    "notify.discord" = ps: with ps; [  ];
+    "notify.discord" = ps: with ps; [ discordpy ];
     "notify.ecobee" = ps: with ps; [  ];
     "notify.facebook" = ps: with ps; [  ];
     "notify.file" = ps: with ps; [  ];