From f86e9bbced02914945e4fb7deaed7947be8b0e23 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 5 Jan 2026 19:02:41 +0100 Subject: [PATCH] heimdall: Fix adaptive-lighting --- instances/heimdall/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/heimdall/configuration.nix b/instances/heimdall/configuration.nix index 6245705..53ff832 100644 --- a/instances/heimdall/configuration.nix +++ b/instances/heimdall/configuration.nix @@ -262,7 +262,7 @@ in configDir = "/var/lib/hass"; configWritable = true; extraPackages = ps: with ps; [ securetar ]; - customComponents = with pkgs.home-assistant-custom-components; [ adaptive_lighting ]; + customComponents = with unstable.home-assistant-custom-components; [ adaptive_lighting ]; extraComponents = [ "default_config"