From 39462e7915b0241b6f3d85dacc15ca8658cdd76e Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 19 Nov 2023 08:42:21 -0800 Subject: [PATCH] Set tuya component rather than individual packages --- modules/nixos/services/homeassistant/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/nixos/services/homeassistant/default.nix b/modules/nixos/services/homeassistant/default.nix index 71b3ec1..770b313 100644 --- a/modules/nixos/services/homeassistant/default.nix +++ b/modules/nixos/services/homeassistant/default.nix @@ -29,15 +29,10 @@ in { with python3packages; [ # postgresql support psycopg2 - - # video support - ha-ffmpeg - - # tuya needed for default config - tuya-iot-py-sdk ]; extraComponents = [ "hue" + "tuya" ]; config = { default_config = {};