From 380d1bded0b5a1a9df5a1789d0440073fee97b2d Mon Sep 17 00:00:00 2001 From: Eirik Z <46269073+atxbyea@users.noreply.github.com> Date: Sat, 11 Apr 2020 21:45:45 +0200 Subject: [PATCH] Data Template should be used, not data (#12834) Skavalalalalvalalala made me do it --- source/_integrations/camera.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/camera.markdown b/source/_integrations/camera.markdown index 2a6ea0b9884..c62ded05185 100644 --- a/source/_integrations/camera.markdown +++ b/source/_integrations/camera.markdown @@ -85,7 +85,7 @@ For example, the following action in an automation would take a recording from " ```yaml action: service: camera.record - data: + data_template: entity_id: camera.yourcamera filename: '/tmp/{{ entity_id }}_{{ now().strftime("%Y%m%d-%H%M%S") }}.mp4' ```