Add llamalab_automate message delivery priority (#12978)

This commit is contained in:
fb22 2020-06-03 02:37:05 +02:00 committed by GitHub
parent 5914723529
commit 219f4df691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,19 @@ device:
type: string
{% endconfiguration %}
Example Automation:
```yaml
- service: notify.entity_id
data:
message: "This is the message"
data:
priority: Normal
```
Message delivery `priority` in the nested `data` section is optional (default value: Normal).
Value "High" attempts to awaken the receiving device.
Receiving cloud messages in Automate:
1. Add a new flow