heimdall: Fix adaptive-lighting
This commit is contained in:
parent
5ab53b1696
commit
f86e9bbced
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue