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.