diff options
author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-04-24 14:54:31 +0200 |
---|---|---|
committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-04-24 16:54:13 +0200 |
commit | 240032766127394394a23a3fb1d42c8824db1251 (patch) | |
tree | 6ae8c4fef48368bb815b7731f4b65ed5fe1aa7ee | |
parent | c6e9a834b7dfad93d341a676b8c8f61c4b484d1d (diff) |
home-assistant: update component-packages
-rw-r--r-- | pkgs/servers/home-assistant/component-packages.nix | 2 |
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 9fa085816dede..4f906e4bd5e95 100644 --- a/pkgs/servers/home-assistant/component-packages.nix +++ b/pkgs/servers/home-assistant/component-packages.nix @@ -351,7 +351,7 @@ "hitron_coda" = ps: with ps; [ ]; "hive" = ps: with ps; [ ]; # missing inputs: pyhiveapi "hlk_sw16" = ps: with ps; [ ]; # missing inputs: hlk-sw16 - "home_connect" = ps: with ps; [ aiohttp-cors ]; # missing inputs: homeconnect + "home_connect" = ps: with ps; [ aiohttp-cors homeconnect ]; "home_plus_control" = ps: with ps; [ aiohttp-cors homepluscontrol ]; "homeassistant" = ps: with ps; [ ]; "homekit" = ps: with ps; [ HAP-python pyqrcode pyturbojpeg aiohttp-cors base36 fnvhash ha-ffmpeg zeroconf ]; |