mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(hass): discord notify
This commit is contained in:
parent
ba3bbb34a9
commit
3827f498e9
2 changed files with 4 additions and 0 deletions
|
|
@ -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 [
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -178,6 +178,7 @@ in {
|
||||||
"ipp"
|
"ipp"
|
||||||
"androidtv"
|
"androidtv"
|
||||||
"cast"
|
"cast"
|
||||||
|
"discord"
|
||||||
"nfandroidtv"
|
"nfandroidtv"
|
||||||
"octoprint"
|
"octoprint"
|
||||||
"ollama"
|
"ollama"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue