From 219f4df6918d3a6b7b7f20e353fc3926ce41e3f0 Mon Sep 17 00:00:00 2001 From: fb22 <4872297+fb22@users.noreply.github.com> Date: Wed, 3 Jun 2020 02:37:05 +0200 Subject: [PATCH] Add llamalab_automate message delivery priority (#12978) --- source/_integrations/llamalab_automate.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/llamalab_automate.markdown b/source/_integrations/llamalab_automate.markdown index 6e367dd1a7f..8d1541628f8 100644 --- a/source/_integrations/llamalab_automate.markdown +++ b/source/_integrations/llamalab_automate.markdown @@ -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