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:
parent
3730ae7cf7
commit
4898c48c25
1 changed files with 3 additions and 7 deletions
|
@ -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" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue