mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add sensors to ntfy integration (#39114)
This commit is contained in:
parent
93e86726d1
commit
dcc59aee59
@ -101,6 +101,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.
|
||||
|
||||
## Known limitations
|
||||
|
||||
**ntfy** imposes various rate and usage limits. The official [ntfy.sh](https://ntfy.sh/) service allows up to **60 messages in a burst**, with a **replenishment rate of one message every 5 seconds** (i.e., the full 60-message capacity refills in 5 minutes).
|
||||
|
Loading…
x
Reference in New Issue
Block a user