Skip to content

Commit d1ae539

Browse files
authored
Add new configuration variables (home-assistant#3433)
* Add new configuration variables * Fix require
1 parent 8f7a198 commit d1ae539

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

source/_components/notify.simplepush.markdown

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,28 @@ notify:
2525
device_key: ABCDE
2626
```
2727
28-
Configuration variables:
29-
30-
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
31-
- **device_key** (*Required*): The device key of your device.
28+
{% configuration %}
29+
name:
30+
description: Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
31+
required: false
32+
type: string
33+
device_key:
34+
description: The device key of your device.
35+
required: true
36+
type: string
37+
event:
38+
description: The event for the events.
39+
required: false
40+
type: string
41+
password:
42+
description: The password of the encryption used by your device.
43+
required: inclusive
44+
type: string
45+
salt:
46+
description: The salt used by your device.
47+
required: inclusive
48+
type: string
49+
{% endconfiguration %}
3250

3351
To test if the service works, just send a message with `curl` from the command-line.
3452

0 commit comments

Comments
 (0)