You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/camera.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Take a snapshot from a camera.
43
43
|`entity_id`| no | Name(s) of entities to create a snopshot from, e.g., `camera.living_room_camera`. |
44
44
|`filename `| no | Template of a file name. Variable is `entity_id`, e.g., {% raw %}`/tmp/snapshot_{{ entity_id }}`{% endraw %}. |
45
45
46
-
The `filename` must be an entry in the `whitelist_external_dirs` in your [`homeassistant:`](/docs/configuration/basic/) section of your `configuration.yaml` file.
46
+
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.
0 commit comments