Removed external image option (#22050)

This commit is contained in:
Marcel de Haas 2022-03-17 13:15:07 +01:00 committed by GitHub
parent 9d3460928e
commit 27a5a71b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.