From 39a1c1706e8801328a76d0b6f322bef8b21d92e4 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Sun, 16 Oct 2022 12:49:17 -0700 Subject: [PATCH] home-assistant: add withings dependency --- 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 67b74bcbe44b..0d94bf24c62e 100644 --- a/pkgs/servers/home-assistant/component-packages.nix +++ b/pkgs/servers/home-assistant/component-packages.nix @@ -3420,7 +3420,8 @@ ]; # missing inputs: wirelesstagpy "withings" = ps: with ps; [ aiohttp-cors - ]; # missing inputs: withings-api + withings-api + ]; "wiz" = ps: with ps; [ aiohttp-cors ifaddr @@ -4267,6 +4268,7 @@ "whois" "wiffi" "wilight" + "withings" "wiz" "wled" "workday"