mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Updated with data_template (#9994)
Changed "data:" in "data_template:" as suggested in: https://www.home-assistant.io/docs/automation/templating/
This commit is contained in:
parent
01c786781b
commit
0e36ae0d84
@ -220,7 +220,7 @@ Again, this example assumes your camera's name (in the blink app) is `My Camera`
|
||||
to: 'on'
|
||||
action:
|
||||
service: blink.save_video
|
||||
data:
|
||||
data_template:
|
||||
name: "My Camera"
|
||||
filename: "/tmp/videos/blink_video_{{ now().strftime('%Y%m%d_%H%M%S') }}.mp4"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user