From cc6385454f39c59883254e93eb71dfb8a45e8cb5 Mon Sep 17 00:00:00 2001 From: moritz-john <70295002+moritz-john@users.noreply.github.com> Date: Tue, 29 Oct 2024 07:38:33 +0100 Subject: [PATCH] Fix typo in pushover.markdown (#35437) * Fix typo in pushover.markdown * Update pushover.markdown --- source/_integrations/pushover.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/pushover.markdown b/source/_integrations/pushover.markdown index cba763cf55f..f030e4a641c 100644 --- a/source/_integrations/pushover.markdown +++ b/source/_integrations/pushover.markdown @@ -38,7 +38,7 @@ Example Automation: Integration-specific values in the nested `data` section are optional. -Image attachments can be added using the `attachment` parameter, which can either be a local file reference (ex: `/tmp/image.png`). +Image attachments can be added using the `attachment` parameter, which must be a local file reference (ex: `/tmp/image.png`). To use a specific Pushover device, set it using `target`. If one of the entered devices doesn't exist or is disabled in your Pushover account it will send a message to all you devices. To send to all devices, just skip the target attribute.