From 4c0c19e49bd8114c2d158c40bd011e39f1365575 Mon Sep 17 00:00:00 2001 From: dtorner Date: Mon, 29 Jan 2018 19:40:22 +0100 Subject: [PATCH] Update camera.markdown (#4546) typo --- source/_components/camera.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/camera.markdown b/source/_components/camera.markdown index 21629b68d86..2d922539935 100644 --- a/source/_components/camera.markdown +++ b/source/_components/camera.markdown @@ -40,7 +40,7 @@ Take a snapshot from a camera. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | -| `entity_id` | no | Name(s) of entities to create a snopshot from, e.g., `camera.living_room_camera`. | +| `entity_id` | no | Name(s) of entities to create a snapshot from, e.g., `camera.living_room_camera`. | | `filename ` | no | Template of a file name. Variable is `entity_id`, e.g., {% raw %}`/tmp/snapshot_{{ entity_id }}`{% endraw %}. | The path part of `filename` must be an entry in the `whitelist_external_dirs` in your [`homeassistant:`](/docs/configuration/basic/) section of your `configuration.yaml` file.