mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 02:16:50 +00:00
Add optional name to let show the service up in dev tools
This commit is contained in:
parent
56652f979a
commit
3bb7bfacb4
@ -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…
x
Reference in New Issue
Block a user