From 18afd8c4c68b932233ab6a75ca996bd07910198d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 23 Jun 2021 16:32:13 +0200 Subject: [PATCH] home-assistant: test hlk_sw16 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 5bf5a5d9eb96..b10b16f06c63 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -445,6 +445,7 @@ in with py.pkgs; buildPythonApplication rec { "history" "history_stats" "hive" + "hlk_sw16" "home_connect" "home_plus_control" "homeassistant"