forked from mirrors_public/oddlama_nix-config
fix(home-assistant): remove unnecessary python3Packages
This commit is contained in:
parent
3730ae7cf7
commit
4898c48c25
1 changed files with 3 additions and 7 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue