Add optional name to let show the service up in dev tools
This commit is contained in:
parent
56652f979a
commit
3bb7bfacb4
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ To enable Matrix notifications in your installation, add the following to your `
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
notify:
|
notify:
|
||||||
- platform: matrix
|
- name: NOTIFIER_NAME
|
||||||
|
platform: matrix
|
||||||
homeserver: HOMESERVER
|
homeserver: HOMESERVER
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue