Small changes to RPi Camera documentation (#4650)

* Updated RPiCamera documentation slightly

* Updated RPi Camera file path default

* Update camera.rpi_camera.markdown
This commit is contained in:
Frederik Bolding 2018-02-21 15:08:30 +01:00 committed by c727
parent d16fcb8e99
commit a6213b6230

View File

@ -68,9 +68,9 @@ timelapse:
file_path:
description: Save the picture in a custom file path.
required: false
default: The camera components folder.
default: A temporary file is used.
type: string
{% endconfiguration %}
The given **file_path** must be an existing file because the camera platform setup make a writeable check on it.
The given **file_path** must be an existing file because the camera platform setup performs a writeable check on it. Also, keep in mind that the path should be whitelisted.