feat(hass): discord notify

This commit is contained in:
arcnmx 2024-10-13 16:58:41 -07:00
parent ba3bbb34a9
commit 3827f498e9
2 changed files with 4 additions and 0 deletions

View file

@ -286,6 +286,9 @@ in {
(mkIf cfg.grocy.enable [ (mkIf cfg.grocy.enable [
(python3Packages.callPackage ../../packages/grocy/pygrocy.nix {}) (python3Packages.callPackage ../../packages/grocy/pygrocy.nix {})
]) ])
(mkIf (elem "discord" cfg.extraComponents) [
setuptools
])
]; ];
extraComponents = mkMerge [ extraComponents = mkMerge [
[ [

View file

@ -178,6 +178,7 @@ in {
"ipp" "ipp"
"androidtv" "androidtv"
"cast" "cast"
"discord"
"nfandroidtv" "nfandroidtv"
"octoprint" "octoprint"
"ollama" "ollama"