From 7e3ac9b76b282b1eaae417cb463d0f039b31f7cf Mon Sep 17 00:00:00 2001
From: Pat O'Brien <3484775+poblabs@users.noreply.github.com>
Date: Sun, 29 May 2022 16:12:58 -0400
Subject: [PATCH] Update home assistant example

---
 docs/examples.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples.md b/docs/examples.md
index c3d1eea..8c94daf 100644
--- a/docs/examples.md
+++ b/docs/examples.md
@@ -402,7 +402,7 @@ notify:
     resource: https://ntfy.sh
 ```
 
-If you need to authenticate to your ntfy resource, try this template below:
+If you need to authenticate to your ntfy resource, define the authentication, username and password as below:
 
 ```yaml
 notify:
-- 
GitLab