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