Added missing parentheses

This commit is contained in:
arsaboo 2017-11-04 12:59:30 -04:00
parent a27073be10
commit 51ba0eed98

View File

@ -47,7 +47,7 @@ action:
- service: downloader.download_file
data_template:
url: "{{ states.camera.front_door.attributes.video_url }}"
subdir: "{{'ring_{}'.format(states.camera.front_door.attributes.friendly_name}}"
subdir: "{{'ring_{}'.format(states.camera.front_door.attributes.friendly_name)}}"
filename: "{{states.camera.front_door.attributes.friendly_name}}"
```