From cc4f3421ad640228a24fcfa5fd4059e7c4f8c5df Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Wed, 17 Aug 2022 09:58:14 +0100 Subject: [PATCH] home-assistant: add aiolifx-connection dependency Reran update.sh for the current version to regenerate component-packages.nix. --- pkgs/servers/home-assistant/component-packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix index 304a36281b3d..632e6a919d05 100644 --- a/pkgs/servers/home-assistant/component-packages.nix +++ b/pkgs/servers/home-assistant/component-packages.nix @@ -1448,10 +1448,11 @@ ]; "lifx" = ps: with ps; [ aiohttp-cors + aiolifx-connection aiolifx aiolifx-effects ifaddr - ]; # missing inputs: aiolifx-connection + ]; "lifx_cloud" = ps: with ps; [ ]; "light" = ps: with ps; [ @@ -3557,6 +3558,7 @@ "lcn" "lg_soundbar" "life360" + "lifx" "light" "litterrobot" "local_file"