From e5051cc64cd5fbf9f8a49eb5289cf42032d4823b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Sat, 10 Jan 2026 13:20:40 +0100 Subject: [PATCH] feat(home-assistant): add custom components & lovelace modules --- services/home-assistant/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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";