mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Removed external image option (#22050)
This commit is contained in:
parent
9d3460928e
commit
27a5a71b00
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user