Skip to content

Commit dc6c55b

Browse files
klaasnicolaasfabaff
authored andcommitted
Update pushover notify component configuration (#7628)
1 parent 890c1f4 commit dc6c55b

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

source/_components/notify.pushover.markdown

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ha_category: Notifications
1212
ha_release: pre 0.7
1313
---
1414

15-
1615
The [Pushover service](https://pushover.net/) is a platform for the notify component. This allows components to send messages to the user using Pushover.
1716

1817
## {% linkable_title Configuration %}
@@ -30,11 +29,21 @@ notify:
3029
user_key: YOUR_USER_KEY
3130
```
3231
33-
Configuration variables:
34-
35-
- **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`.
36-
- **api_key** (*Required*): Your API key.
37-
- **user_key** (*Required*): Your user key for Pushover.
32+
{% configuration %}
33+
name:
34+
description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.
35+
required: false
36+
default: notify
37+
type: string
38+
api_key:
39+
description: Your API key.
40+
required: true
41+
type: string
42+
user_key:
43+
description: Your user key for Pushover.
44+
required: true
45+
type: string
46+
{% endconfiguration %}
3847

3948
Example Automation:
4049

@@ -58,6 +67,7 @@ When sending a notification, optional parameters can also be set as per the push
5867
Example notification triggered from the Alexa component for an intents is shown below which also uses [Automation Templating](/getting-started/automation-templating/) for the message:
5968

6069
{% raw %}
70+
6171
```yaml
6272
# Example configuration.yaml entries
6373
alexa:
@@ -74,4 +84,5 @@ alexa:
7484
device: pixel
7585
url: "https://www.home-assistant.io/"
7686
```
87+
7788
{% endraw %}

0 commit comments

Comments
 (0)