From 6498fb43a62654131a64cb9304d75183f8923ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 19 Jun 2021 18:13:04 +0200 Subject: [PATCH] home-assistant: test hive component --- pkgs/servers/home-assistant/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index d812c1539c6c..53cb0cac8430 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -443,6 +443,7 @@ in with py.pkgs; buildPythonApplication rec { "heos" "history" "history_stats" + "hive" "home_connect" "home_plus_control" "homeassistant"