From acad2027b1b9dc32ca8260be87e17f159ccd18f3 Mon Sep 17 00:00:00 2001 From: Janos Racz Date: Mon, 11 Apr 2016 23:17:43 +0200 Subject: [PATCH] Update camera.rpi_camera.markdown (#388) There was a typo (mistake) in the platform name and I wrote a hint for the setup. --- source/_components/camera.rpi_camera.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.