From 27a5a71b00695dc7bc12242da04177303883716f Mon Sep 17 00:00:00 2001 From: Marcel de Haas Date: Thu, 17 Mar 2022 13:15:07 +0100 Subject: [PATCH] Removed external image option (#22050) --- source/_integrations/pushover.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/pushover.markdown b/source/_integrations/pushover.markdown index b962b778285..8a1a05046f2 100644 --- a/source/_integrations/pushover.markdown +++ b/source/_integrations/pushover.markdown @@ -54,12 +54,12 @@ Example Automation: url: "https://www.home-assistant.io/" sound: pianobar priority: 0 - attachment: "http://example.com/image.png" + attachment: "local/image.png" ``` Component specific values in the nested `data` section are optional. -Image attachments can be added using the `attachment` parameter, which can either be a valid URL for an image (ex: `http://example.com/image.png`) or a local file reference (ex: `/tmp/image.png`). +Image attachments can be added using the `attachment` parameter, which can either 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.