Update camera.rpi_camera.markdown (#388)

There was a typo (mistake) in the platform name and I wrote a hint for the setup.
This commit is contained in:
Janos Racz 2016-04-11 23:17:43 +02:00 committed by Fabian Affolter
parent 1c0c99e884
commit acad2027b1

View File

@ -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 <t>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.