8000 Add sensors to ntfy integration by tr4nt0r · Pull Request #39114 · home-assistant/home-assistant.io · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add sensors to ntfy integration #39114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions source/_integrations/ntfy.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

4FBC ### ⭐ Account

- **Subscription tier**: The subscription plan currently assigned to the ntfy account.

## Removing the integration

This integration can be removed by following these steps:
Expand Down
0