mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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/"
|
url: "https://www.home-assistant.io/"
|
||||||
sound: pianobar
|
sound: pianobar
|
||||||
priority: 0
|
priority: 0
|
||||||
attachment: "http://example.com/image.png"
|
attachment: "local/image.png"
|
||||||
```
|
```
|
||||||
|
|
||||||
Component specific values in the nested `data` section are optional.
|
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.
|
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