From 4898c48c2561c9ab1e8550848d2057ebe1af8f19 Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 17 Apr 2023 17:06:33 +0200 Subject: [PATCH] fix(home-assistant): remove unnecessary python3Packages --- hosts/zackbiene/home-assistant.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/hosts/zackbiene/home-assistant.nix b/hosts/zackbiene/home-assistant.nix index 889005c..d16f47c 100644 --- a/hosts/zackbiene/home-assistant.nix +++ b/hosts/zackbiene/home-assistant.nix @@ -14,6 +14,7 @@ in { "met" "esphome" "fritzbox" + "soundtouch" "spotify" "zha" "mqtt" @@ -45,6 +46,7 @@ in { automation = {}; backup = {}; bluetooth = {}; + #cloud = {}; config = {}; #conversation = {}; counter = {}; @@ -56,7 +58,6 @@ in { hardware = {}; history = {}; homeassistant_alerts = {}; - #cloud = {}; image_upload = {}; input_boolean = {}; input_button = {}; @@ -86,12 +87,7 @@ in { zeroconf = {}; zone = {}; }; - extraPackages = python3Packages: - with python3Packages; [ - psycopg2 - securetar - libsoundtouch - ]; + extraPackages = python3Packages: with python3Packages; [psycopg2]; }; rekey.secrets."home-assistant-secrets.yaml" = {