From ac098c2e6292eabf1d0375856d71e8328e347c0b Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Wed, 6 Feb 2019 17:28:30 +0800 Subject: [PATCH] home-assistant: missing dependencies (#55294) --- pkgs/servers/home-assistant/component-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix index 73595c1d67b..7e5eb47953e 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; [ ];