Add optional name to let show the service up in dev tools

This commit is contained in:
Fabian Affolter 2017-03-27 08:33:41 +02:00
parent 56652f979a
commit 3bb7bfacb4
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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