diff --git a/services/home-assistant/default.nix b/services/home-assistant/default.nix index 3a8e4ce..bb3f430 100644 --- a/services/home-assistant/default.nix +++ b/services/home-assistant/default.nix @@ -76,6 +76,14 @@ in # HACS aiogithubapi ]; + customComponents = with pkgs.unstable.home-assistant-custom-components; [ + alarmo + adaptive_lighting + ingress + ]; + customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [ + auto-entities + ]; config = { homeassistant = { name = "Home";