Add example file attachment parameters (#5134)

This commit is contained in:
brkr19 2018-04-09 13:14:49 -05:00 committed by Franck Nijhof
parent 9f70138ffc
commit e3c6e65f19

View File

@ -47,6 +47,11 @@ Example Automation:
url: "https://www.home-assistant.io/"
sound: pianobar
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.