🎨Nicer logo, 📚Notification & debug docs, 📦MQTT device_tracker feature request #702

This commit is contained in:
jokob-sk
2024-06-12 18:35:14 +10:00
parent 2e3626a8b3
commit d94297e093
14 changed files with 505 additions and 83 deletions

View File

@@ -1,6 +1,17 @@
## Overview
Plugin supplying settings for Notification Processing.
Plugin supplying settings for Notification Processing.
### Notify on: `NTFPRCS_INCLUDED_SECTIONS`:
- `new_devices` - if a new device is detected
- `down_devices` - if a device with **Alert down** enabled (on a specific Device) disconnects
- `down_reconnected` - if a device, previously marked down and notified on, reconnects
- `events` - if an event for a device that has **Alert All Events** enabled, is triggered
- `plugins` - if an event for a plugin, is triggered
Check the [Notifications guide](/docs/NOTIFICATIONS.md) for more details.
### Usage