From 0c26ea618dab3881c664c803964ab87fbc932ceb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 5 Nov 2017 21:49:54 +0100 Subject: [PATCH] Rephrase the sentence --- 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 23cb4f87c1a..e0dee527ad6 100644 --- a/source/_components/camera.markdown +++ b/source/_components/camera.markdown @@ -43,7 +43,7 @@ Take a snapshot from a camera. | `entity_id` | no | Name(s) of entities to create a snopshot 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 `filename` must be an entry in the `whitelist_external_dirs` in your [`homeassistant:`](/docs/configuration/basic/) section of your `configuration.yaml` file. +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. ### {% linkable_title Test if it works %}