summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-03-05 10:53:11 +0800
committerPeter Hoeg <peter@hoeg.com>2018-03-18 12:16:27 +0800
commite1080b0d4320b1e601bbcad2e0b02d666f0702a7 (patch)
treeeb62ff5cb922dfbc4ad16cccd86534d78965a915 /pkgs/servers
parent1b129b0b542d4834fea35a78c85ccd1da2b2d4f5 (diff)
downloadnixlib-e1080b0d4320b1e601bbcad2e0b02d666f0702a7.tar
nixlib-e1080b0d4320b1e601bbcad2e0b02d666f0702a7.tar.gz
nixlib-e1080b0d4320b1e601bbcad2e0b02d666f0702a7.tar.bz2
nixlib-e1080b0d4320b1e601bbcad2e0b02d666f0702a7.tar.lz
nixlib-e1080b0d4320b1e601bbcad2e0b02d666f0702a7.tar.xz
nixlib-e1080b0d4320b1e601bbcad2e0b02d666f0702a7.tar.zst
nixlib-e1080b0d4320b1e601bbcad2e0b02d666f0702a7.zip
home-assistant: support pushover
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; [  ];