heimdall: Fix adaptive-lighting

This commit is contained in:
Filippo Berto 2026-01-05 19:02:41 +01:00
parent 5ab53b1696
commit f86e9bbced
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -262,7 +262,7 @@ in
configDir = "/var/lib/hass"; configDir = "/var/lib/hass";
configWritable = true; configWritable = true;
extraPackages = ps: with ps; [ securetar ]; extraPackages = ps: with ps; [ securetar ];
customComponents = with pkgs.home-assistant-custom-components; [ adaptive_lighting ]; customComponents = with unstable.home-assistant-custom-components; [ adaptive_lighting ];
extraComponents = [ extraComponents = [
"default_config" "default_config"