From 76e0ca69709a2f373b1ceda348fc31861c055545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 1 May 2024 21:00:41 +0200 Subject: [PATCH] Add pyunifiprotect --- services/home-assistant/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/home-assistant/default.nix b/services/home-assistant/default.nix index f7b292d..0e4b835 100644 --- a/services/home-assistant/default.nix +++ b/services/home-assistant/default.nix @@ -9,6 +9,7 @@ radios paho-mqtt zha-quirks + pyunifiprotect ]; customComponents = with pkgs.home-assistant-custom-components; [ ];