fixup! HASS: custom spotify color recognize component

This commit is contained in:
Filippo Berto 2025-03-02 15:42:22 +01:00
parent 4f4860e347
commit 2f9db54714
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 1 additions and 55 deletions

View file

@ -323,9 +323,6 @@ in
configDir = "/var/lib/hass";
configWritable = true;
extraPackages = ps: with ps; [ securetar ];
customComponents = [
pkgs.hass-color-recognizer
];
extraComponents = [
"default_config"
@ -345,6 +342,7 @@ in
"caldav"
"calendar"
"citybikes"
"color_extractor"
"configurator"
# "coronavirus"
"cover"