summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/component-packages.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-11-17 21:21:27 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-11-17 21:21:27 +0100
commit38afc80cee857402a0953459b5ebf2e72282b6f7 (patch)
treecedbbf467d40103cef1fc55ecd49d9c8f55a47e2 /pkgs/servers/home-assistant/component-packages.nix
parent0fda4083ea86e93e9d37464b6f1a4d3e1099eafd (diff)
downloadnixpkgs-38afc80cee857402a0953459b5ebf2e72282b6f7.tar
nixpkgs-38afc80cee857402a0953459b5ebf2e72282b6f7.tar.gz
nixpkgs-38afc80cee857402a0953459b5ebf2e72282b6f7.tar.bz2
nixpkgs-38afc80cee857402a0953459b5ebf2e72282b6f7.tar.lz
nixpkgs-38afc80cee857402a0953459b5ebf2e72282b6f7.tar.xz
nixpkgs-38afc80cee857402a0953459b5ebf2e72282b6f7.tar.zst
nixpkgs-38afc80cee857402a0953459b5ebf2e72282b6f7.zip
home-assistant: update component-packages
Diffstat (limited to 'pkgs/servers/home-assistant/component-packages.nix')
-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 37b078adefa..20bbdaadbf0 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -533,7 +533,7 @@
     "mold_indicator" = ps: with ps; [ ];
     "monoprice" = ps: with ps; [ ]; # missing inputs: pymonoprice
     "moon" = ps: with ps; [ ];
-    "motion_blinds" = ps: with ps; [ aiohttp-cors ifaddr ]; # missing inputs: motionblinds
+    "motion_blinds" = ps: with ps; [ aiohttp-cors ifaddr motionblinds ];
     "motioneye" = ps: with ps; [ aiohttp-cors motioneye-client ];
     "mpchc" = ps: with ps; [ ];
     "mpd" = ps: with ps; [ mpd2 ];