summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-03-18 09:03:41 +0000
committerGitHub <noreply@github.com>2018-03-18 09:03:41 +0000
commiteb3b45fca7b3ca52ac203f2d731a5021b8f38a7d (patch)
tree7f91b2ddc242ba5c4f6e6eb052bbdfcbc3131809 /pkgs/servers
parent2d28d19edd73850cc2de9455ca8a49d0c23c0124 (diff)
parent3336a7b8acb5bca93912d6f602278c10e4fb6623 (diff)
downloadnixlib-eb3b45fca7b3ca52ac203f2d731a5021b8f38a7d.tar
nixlib-eb3b45fca7b3ca52ac203f2d731a5021b8f38a7d.tar.gz
nixlib-eb3b45fca7b3ca52ac203f2d731a5021b8f38a7d.tar.bz2
nixlib-eb3b45fca7b3ca52ac203f2d731a5021b8f38a7d.tar.lz
nixlib-eb3b45fca7b3ca52ac203f2d731a5021b8f38a7d.tar.xz
nixlib-eb3b45fca7b3ca52ac203f2d731a5021b8f38a7d.tar.zst
nixlib-eb3b45fca7b3ca52ac203f2d731a5021b8f38a7d.zip
Merge pull request #37293 from peterhoeg/p/po
pythonPackages.pushover: init at 0.3
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 5791aac0278f..e2fc90a22966 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -234,7 +234,7 @@
     "notify.message_bird" = ps: with ps; [  ];
     "notify.pushbullet" = ps: with ps; [ pushbullet ];
     "notify.pushetta" = ps: with ps; [  ];
-    "notify.pushover" = ps: with ps; [  ];
+    "notify.pushover" = ps: with ps; [ python-pushover ];
     "notify.rocketchat" = ps: with ps; [  ];
     "notify.sendgrid" = ps: with ps; [  ];
     "notify.simplepush" = ps: with ps; [  ];