diff --git a/docs/customservices.md b/docs/customservices.md index b92dd60..c7b45c5 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -42,6 +42,7 @@ within Homer: - [Jellystat](#jellystat) - [Home Assistant](#home-assistant) - [FreshRSS](#freshrss) +- [Gotify](#gotify) > [!IMPORTANT] > Using smart cards will probably requires @@ -529,3 +530,16 @@ The FreshRSS service displays unread and subscriptions counts from your FreshRSS password: "<-- Your password -->" updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats ``` + +## Gotify + +The Gotify service will show the number of currently oustanding messages +available as well as the overall health of the system. + +Note that `apikey` must be a client token, not an app token. + +```yaml +- name: "Gotify" + type: "Gotify" + apikey: "" # Client token to retrieve messages +``` diff --git a/src/components/services/Gotify.vue b/src/components/services/Gotify.vue new file mode 100644 index 0000000..279f0b1 --- /dev/null +++ b/src/components/services/Gotify.vue @@ -0,0 +1,105 @@ + + + + +