1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

home-assistant: support pushover

This commit is contained in:
Peter Hoeg 2018-03-05 10:53:11 +08:00
parent 1b129b0b54
commit e1080b0d43

View file

@ -234,7 +234,7 @@
"notify.message_bird" = ps: with ps; [ ]; "notify.message_bird" = ps: with ps; [ ];
"notify.pushbullet" = ps: with ps; [ pushbullet ]; "notify.pushbullet" = ps: with ps; [ pushbullet ];
"notify.pushetta" = ps: with ps; [ ]; "notify.pushetta" = ps: with ps; [ ];
"notify.pushover" = ps: with ps; [ ]; "notify.pushover" = ps: with ps; [ python-pushover ];
"notify.rocketchat" = ps: with ps; [ ]; "notify.rocketchat" = ps: with ps; [ ];
"notify.sendgrid" = ps: with ps; [ ]; "notify.sendgrid" = ps: with ps; [ ];
"notify.simplepush" = ps: with ps; [ ]; "notify.simplepush" = ps: with ps; [ ];