Skip to content

Commit 24abe24

Browse files
klaasnicolaasfabaff
authored andcommitted
Update llamalab_automate notify component configuration (#7568)
1 parent 6f7be06 commit 24abe24

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

source/_components/notify.llamalab_automate.markdown

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

15-
1615
The `llamalab_automate` platform uses Googles Cloud Messaging Services to push messages from Home Assistant to your Android device running the LlamaLab [Automate](https://llamalab.com/automate/) app. This can serve as an alternative to Tasker + AutoRemote.
1716

1817
Go to [https://llamalab.com/automate/cloud/](https://llamalab.com/automate/cloud/) and create a new API key/secret.
@@ -28,12 +27,25 @@ notify:
2827
to: YOUR_EMAIL_ADDRESS
2928
```
3029
31-
Configuration variables:
32-
33-
- **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`.
34-
- **api_key** (*Required*): Enter the API key for Automate.
35-
- **to** (*Required*): E-Mail address the Automate-Fiber is configured for.
36-
- **device** (*Optional*): Name of the target device to receive the messages.
30+
{% configuration %}
31+
name:
32+
description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.
33+
required: false
34+
default: notify
35+
type: string
36+
api_key:
37+
description: Enter the API key for Automate.
38+
required: true
39+
type: string
40+
to:
41+
description: E-Mail address the Automate-Fiber is configured for.
42+
required: true
43+
type: string
44+
device:
45+
description: Name of the target device to receive the messages.
46+
required: false
47+
type: string
48+
{% endconfiguration %}
3749

3850
Receiving cloud messages in Automate:
3951

0 commit comments

Comments
 (0)