HASS: custom spotify color recognize component

This commit is contained in:
Filippo Berto 2025-03-02 14:56:03 +01:00
parent 9d0f9260fe
commit 67bb827098
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 35 additions and 0 deletions

View file

@ -323,6 +323,9 @@ in
configDir = "/var/lib/hass";
configWritable = true;
extraPackages = ps: with ps; [ securetar ];
customComponents = [
pkgs.hass-color-recognizer
];
extraComponents = [
"default_config"