From 3bb7bfacb4f99ffa1e9f43fd52a710c65deff930 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 27 Mar 2017 08:33:41 +0200 Subject: [PATCH] Add optional name to let show the service up in dev tools --- source/_components/notify.matrix.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/notify.matrix.markdown b/source/_components/notify.matrix.markdown index 2185ac94cf6..fe5d7fc3a40 100644 --- a/source/_components/notify.matrix.markdown +++ b/source/_components/notify.matrix.markdown @@ -20,7 +20,8 @@ To enable Matrix notifications in your installation, add the following to your ` ```yaml # Example configuration.yaml entry notify: - - platform: matrix + - name: NOTIFIER_NAME + platform: matrix homeserver: HOMESERVER username: USERNAME password: PASSWORD