From bca98cfadb6a88711659d690dd433ab2835f2de8 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 1 Jan 2025 18:39:44 -0500 Subject: [PATCH] adding unifi support --- systems/jeeves/home_assistant.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/systems/jeeves/home_assistant.nix b/systems/jeeves/home_assistant.nix index 2de7c0c..dda936d 100644 --- a/systems/jeeves/home_assistant.nix +++ b/systems/jeeves/home_assistant.nix @@ -45,12 +45,15 @@ in }; extraPackages = python3Packages: with python3Packages; [ - psycopg2 - gtts aioesphomeapi - esphome-dashboard-api + aiounifi bleak-esphome + esphome-dashboard-api + gtts + psycopg2 pymetno + pyownet + uiprotect ]; extraComponents = [ "isal" ]; };