home-assistant: bye, bye cloud

This commit is contained in:
Sandro - 2024-01-20 16:22:29 +01:00
parent 0804f41164
commit 21ee7d014f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 18 additions and 2 deletions

View File

@ -94,7 +94,7 @@ in
"zha" # Zigbee
];
ldap.enable = true;
package = pkgs.home-assistant.override {
package = (pkgs.home-assistant.override {
# those tests take a long(er) time and can't be sped up with pytest-xdist
packageOverrides = _: prev: let
noTests.doCheck = false;
@ -102,7 +102,13 @@ in
aws-sam-translator = prev.aws-sam-translator.overridePythonAttrs (_: noTests);
moto = prev.moto.overridePythonAttrs (_: noTests);
};
};
}).overrideAttrs ({ patches ? [ ], ... }: {
patches = patches ++ [
../../overlays/home-assistant-no-cloud.diff
];
doInstallCheck = false;
});
};
nginx = {

View File

@ -0,0 +1,10 @@
--- a/homeassistant/components/default_config/manifest.json 2023-10-22 01:46:48.596580412 +0200
+++ b/homeassistant/components/default_config/manifest.json 2023-10-22 01:47:01.916784170 +0200
@@ -7,7 +7,6 @@
"assist_pipeline",
"automation",
"bluetooth",
- "cloud",
"conversation",
"counter",
"dhcp",