home-assistant: support pushover
This commit is contained in:
parent
1b129b0b54
commit
e1080b0d43
1 changed files with 1 additions and 1 deletions
|
@ -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; [ ];
|
||||
|
|
Loading…
Reference in a new issue