From adf11aca27250491d262a0b1bbf8e0e003c2db43 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Tue, 20 May 2025 14:03:26 +0200 Subject: [PATCH] Add sensors --- source/_integrations/ntfy.markdown | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/source/_integrations/ntfy.markdown b/source/_integrations/ntfy.markdown index da272418c73f..b3dcd4fb6727 100644 --- a/source/_integrations/ntfy.markdown +++ b/source/_integrations/ntfy.markdown @@ -99,6 +99,48 @@ data: {% enddetails %} +## Sensors + +The **ntfy** integration adds a device representing the service, along with various sensors that display your usage statistics and current account limits. + +### 📊 Message stats + +- **Messages published**: The total number of messages sent today. +- **Messages remaining**: The number of messages that can still be sent before the daily limit is reached. +- **Messages usage limit**: The maximum number of messages allowed per day on the account. +- **Messages expiry duration**: The duration for which published messages are cached before automatic deletion. + +### ✉️ Email stats + +- **Emails sent**: The number of email notifications sent today. +- **Emails remaining**: The number of email notifications that can still be sent today. +- **Email usage limit**: The daily limit for email notifications on the account. + +### 📞 Phone call stats + +- **Phone calls made**: The total phone call alerts made today. +- **Phone calls remaining**: The number of phone call alerts that can still be made today. +- **Phone calls usage limit**: The maximum number of phone call alerts allowed per day on the account. + +### 🔒 Reserved topics + +- **Reserved topics**: The number of reserved topics currently assigned to the account. +- **Reserved topics remaining**: The number of topics that can still be reserved. +- **Reserved topics limit**: The maximum number of reserved topics allowed for the account. + +### 📎 Attachment stats + +- **Attachment storage**: The amount of storage space currently used by file attachments. +- **Attachment storage remaining**: The remaining storage capacity available for attachments. +- **Attachment storage limit**: The total storage quota allocated for attachments. +- **Attachment expiry duration**: The duration attachments are retained before being automatically deleted. +- **Attachment file size limit**: The maximum allowed size for a single attachment file. +- **Attachment bandwidth limit**: The daily bandwidth cap for uploading and downloading attachments. + +### ⭐ Account + +- **Subscription tier**: The subscription plan currently assigned to the ntfy account. + ## Removing the integration This integration can be removed by following these steps: