diff --git a/services/ha.nix b/services/ha.nix index 5c56e28d..69ffd77e 100644 --- a/services/ha.nix +++ b/services/ha.nix @@ -2,7 +2,7 @@ services = { home-assistant = { enable = true; - config = null; + config = lib.mkForce null; extraComponents = [ "zha" "esphome"