Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update llamalab_automate notify component configuration #7568

Merged
merged 1 commit into from
Nov 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 19 additions & 7 deletions source/_components/notify.llamalab_automate.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ha_category: Notifications
ha_release: 0.27
---


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.

Go to [https://llamalab.com/automate/cloud/](https://llamalab.com/automate/cloud/) and create a new API key/secret.
Expand All @@ -28,12 +27,25 @@ notify:
to: YOUR_EMAIL_ADDRESS
```

Configuration variables:

- **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`.
- **api_key** (*Required*): Enter the API key for Automate.
- **to** (*Required*): E-Mail address the Automate-Fiber is configured for.
- **device** (*Optional*): Name of the target device to receive the messages.
{% configuration %}
name:
description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.
required: false
default: notify
type: string
api_key:
description: Enter the API key for Automate.
required: true
type: string
to:
description: E-Mail address the Automate-Fiber is configured for.
required: true
type: string
device:
description: Name of the target device to receive the messages.
required: false
type: string
{% endconfiguration %}

Receiving cloud messages in Automate:

Expand Down