mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Add example file attachment parameters (#5134)
This commit is contained in:
parent
9f70138ffc
commit
e3c6e65f19
@ -47,6 +47,11 @@ Example Automation:
|
|||||||
url: "https://www.home-assistant.io/"
|
url: "https://www.home-assistant.io/"
|
||||||
sound: pianobar
|
sound: pianobar
|
||||||
priority: 0
|
priority: 0
|
||||||
|
file:
|
||||||
|
url: !secret camera_still_image
|
||||||
|
auth: basic
|
||||||
|
username: !secret camera_username
|
||||||
|
password: !secret camera_password
|
||||||
```
|
```
|
||||||
|
|
||||||
Component specific values in the nested `data` section are optional.
|
Component specific values in the nested `data` section are optional.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user