summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-10-17 20:23:33 +0200
committerJon <jonringer@users.noreply.github.com>2020-10-17 12:01:41 -0700
commit8113151a77620b0885d5c4a581771e01444d90c7 (patch)
tree57475469526c06364d76984c07cc74a3b9a011f1 /pkgs/servers/home-assistant
parent0d0c9769b062d3cf4e2d6ff5cbaa5071804ac48c (diff)
home-assistant: update component packages
Enables support for the WLED component.
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index cbcc650111ec..911f6bed75b9 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -922,7 +922,7 @@
"wink" = ps: with ps; [ aiohttp-cors ]; # missing inputs: pubnubsub-handler python-wink
"wirelesstag" = ps: with ps; [ ]; # missing inputs: wirelesstagpy
"withings" = ps: with ps; [ aiohttp-cors ]; # missing inputs: withings-api
- "wled" = ps: with ps; [ ]; # missing inputs: wled
+ "wled" = ps: with ps; [ wled ];
"wolflink" = ps: with ps; [ ]; # missing inputs: wolf_smartset
"workday" = ps: with ps; [ holidays ];
"worldclock" = ps: with ps; [ ];