Temporarily disable smartthing fork
This commit is contained in:
parent
1df14c7dc3
commit
8571b358d2
1 changed files with 7 additions and 7 deletions
|
@ -32,13 +32,13 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
package = pkgs.home-assistant.overrideAttrs (old: {
|
package = pkgs.home-assistant.overrideAttrs (old: {
|
||||||
doInstallCheck = false;
|
# doInstallCheck = false;
|
||||||
prePatch =
|
# prePatch =
|
||||||
''
|
# ''
|
||||||
rm -rf homeassistant/components/smartthings
|
# rm -rf homeassistant/components/smartthings
|
||||||
cp -r ${smartthings-fork}/custom_components/smartthings homeassistant/components/smartthings
|
# cp -r ${smartthings-fork}/custom_components/smartthings homeassistant/components/smartthings
|
||||||
''
|
# ''
|
||||||
+ old.prePatch;
|
# + old.prePatch;
|
||||||
});
|
});
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
# components required to complete the onboarding
|
# components required to complete the onboarding
|
||||||
|
|
Loading…
Add table
Reference in a new issue