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
|
||||
# Example configuration.yaml entry
|
||||
notify:
|
||||
- platform: matrix
|
||||
- name: NOTIFIER_NAME
|
||||
platform: matrix
|
||||
homeserver: HOMESERVER
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue