From 9f5022a6f0bec7c1b28fb30ba11d1daf36d1bff2 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Sat, 23 Aug 2025 12:22:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20[pi4]=20Remove=20roombapy,=20add?= =?UTF-8?q?=20phillips=20Hue=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/pi4/home-assitant.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/pi4/home-assitant.nix b/hosts/pi4/home-assitant.nix index 9908515..1556c35 100644 --- a/hosts/pi4/home-assitant.nix +++ b/hosts/pi4/home-assitant.nix @@ -15,8 +15,8 @@ in py: with py; [ # Postgres psycopg2 - # Roomba - roombapy + # Phillips hue + aiohue ]; }).overrideAttrs (oldAttrs: {