You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/notify.llamalab_automate.markdown
+19-7Lines changed: 19 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ ha_category: Notifications
12
12
ha_release: 0.27
13
13
---
14
14
15
-
16
15
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.
17
16
18
17
Go to [https://llamalab.com/automate/cloud/](https://llamalab.com/automate/cloud/) and create a new API key/secret.
@@ -28,12 +27,25 @@ notify:
28
27
to: YOUR_EMAIL_ADDRESS
29
28
```
30
29
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.
0 commit comments