feat(pushover): add send a pushover notification action (#1373)

This commit is contained in:
Rıdvan Akca
2023-10-24 14:40:24 +03:00
committed by GitHub
parent 8c859f9408
commit fa02edfefc
9 changed files with 226 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/pushover.svg
items:
- name: Send a Pushover Notification
desc: Generates a Pushover notification on the devices you have subscribed to.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />