Minimizing of the configuration sample (#1034)
This commit is contained in:
parent
a175486bb3
commit
fab9b3034e
29 changed files with 146 additions and 158 deletions
|
@ -19,13 +19,9 @@ To enable the REST notification in your installation, add the following to your
|
|||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
notify:
|
||||
name: NOTIFIER_NAME
|
||||
platform: rest
|
||||
resource: http://IP_ADDRESS/ENDPOINT
|
||||
method: GET
|
||||
message_param_name: MESSAGE_PARAMETER_NAME
|
||||
title_param_name: TITLE_PARAMETER_NAME
|
||||
target_param_name: TARGET_PARAMETER_NAME
|
||||
- name: NOTIFIER_NAME
|
||||
platform: rest
|
||||
resource: http://IP_ADDRESS/ENDPOINT
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue