From 8571b358d22880a6d1233a3c7714b59dfea62fcc Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 10 Jan 2024 01:31:21 +0100 Subject: [PATCH] Temporarily disable smartthing fork --- modules/home-assistant/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix index a04d521..8bc51d0 100644 --- a/modules/home-assistant/default.nix +++ b/modules/home-assistant/default.nix @@ -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