From ec8efeafb80af8cd36db186658d23e5a9034ccd5 Mon Sep 17 00:00:00 2001
From: joBr99 <29555657+joBr99@users.noreply.github.com>
Date: Fri, 15 Jul 2022 17:31:52 +0200
Subject: [PATCH] Update notifications.md
---
docs/notifications.md | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/docs/notifications.md b/docs/notifications.md
index e4eaf1c8..8de69a9b 100644
--- a/docs/notifications.md
+++ b/docs/notifications.md
@@ -2,9 +2,7 @@
There are two notification types, that can be triggered by sending a command over mqtt to the panel here are examples for homeassistant scripts:
-
-Seperate Page
-
+## Seperate Page
This is the notification used by the backend for updates, opening it requires to the following commands to the CustomSend Topic:
@@ -46,11 +44,9 @@ nspanel_popup_notification:
-
-Notification on screensaver
-
+## Notification on screensaver
- The screensaver can display Notifications by sending this command to the CustomSend topic: `notify~heading~text`
+The screensaver can display Notifications by sending this command to the CustomSend topic: `notify~heading~text`
Send Message to the Screensaver combined with a buzzer sound:
@@ -80,6 +76,3 @@ nspanel_screensaver_notification:
mode: single
icon: mdi:message-badge
```
-
-
-