mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Add llamalab_automate message delivery priority (#12978)
This commit is contained in:
parent
5914723529
commit
219f4df691
@ -42,6 +42,19 @@ device:
|
|||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% 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:
|
Receiving cloud messages in Automate:
|
||||||
|
|
||||||
1. Add a new flow
|
1. Add a new flow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user