Temporarily disable smartthing fork

This commit is contained in:
Andrea Ciceri 2024-01-10 01:31:21 +01:00
parent 1df14c7dc3
commit 8571b358d2
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -32,13 +32,13 @@ in {
enable = true;
openFirewall = true;
package = pkgs.home-assistant.overrideAttrs (old: {
doInstallCheck = false;
prePatch =
''
rm -rf homeassistant/components/smartthings
cp -r ${smartthings-fork}/custom_components/smartthings homeassistant/components/smartthings
''
+ old.prePatch;
# doInstallCheck = false;
# prePatch =
# ''
# rm -rf homeassistant/components/smartthings
# cp -r ${smartthings-fork}/custom_components/smartthings homeassistant/components/smartthings
# ''
# + old.prePatch;
});
extraComponents = [
# components required to complete the onboarding