diff --git a/source/_components/camera.rpi_camera.markdown b/source/_components/camera.rpi_camera.markdown index 44cf348374b..db047aa99d8 100644 --- a/source/_components/camera.rpi_camera.markdown +++ b/source/_components/camera.rpi_camera.markdown @@ -18,7 +18,7 @@ The `rpi` platform allows you to integrate the Raspberry Pi camera into Home Ass ```yaml # Example configuration.yaml entry camera: - platform: raspberry_camera + platform: rpi_camera name: Raspberry Pi Camera image_width: 640 image_height: 480 @@ -41,3 +41,5 @@ Configuration variables: - **vertical_flip** (optional): Set vertical flip (0 to disable, 1 to enable, default: 0) - **timelapse** (optional): Takes a picture every ms (default: 1000) - **file_path** (optional): Save the picture in a custom file path (default: camera components folder) + +The given **file_path** must be an existing file because the camera platform setup make a writeable check on it.