1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix(home-assistant): remove unnecessary python3Packages

This commit is contained in:
oddlama 2023-04-17 17:06:33 +02:00
parent 3730ae7cf7
commit 4898c48c25
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -14,6 +14,7 @@ in {
"met" "met"
"esphome" "esphome"
"fritzbox" "fritzbox"
"soundtouch"
"spotify" "spotify"
"zha" "zha"
"mqtt" "mqtt"
@ -45,6 +46,7 @@ in {
automation = {}; automation = {};
backup = {}; backup = {};
bluetooth = {}; bluetooth = {};
#cloud = {};
config = {}; config = {};
#conversation = {}; #conversation = {};
counter = {}; counter = {};
@ -56,7 +58,6 @@ in {
hardware = {}; hardware = {};
history = {}; history = {};
homeassistant_alerts = {}; homeassistant_alerts = {};
#cloud = {};
image_upload = {}; image_upload = {};
input_boolean = {}; input_boolean = {};
input_button = {}; input_button = {};
@ -86,12 +87,7 @@ in {
zeroconf = {}; zeroconf = {};
zone = {}; zone = {};
}; };
extraPackages = python3Packages: extraPackages = python3Packages: with python3Packages; [psycopg2];
with python3Packages; [
psycopg2
securetar
libsoundtouch
];
}; };
rekey.secrets."home-assistant-secrets.yaml" = { rekey.secrets."home-assistant-secrets.yaml" = {