Skip to content

Commit 3bb7bfa

Browse files
committed
Add optional name to let show the service up in dev tools
1 parent 56652f9 commit 3bb7bfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/_components/notify.matrix.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ To enable Matrix notifications in your installation, add the following to your `
2020
```yaml
2121
# Example configuration.yaml entry
2222
notify:
23-
- platform: matrix
23+
- name: NOTIFIER_NAME
24+
platform: matrix
2425
homeserver: HOMESERVER
2526
username: USERNAME
2627
password: PASSWORD

0 commit comments

Comments
 (0)