Rewriting of installation guide for Raspberry Pi and cleanup of associated components.
This commit is contained in:
parent
d5256e8584
commit
76938c36c1
5 changed files with 135 additions and 33 deletions
|
@ -14,7 +14,7 @@ ha_release: 0.17
|
|||
---
|
||||
|
||||
|
||||
The `rpi` platform allows you to integrate the Raspberry Pi camera into Home Assistant. This component uses the application [`raspistill`](https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md) to store the image from camera.
|
||||
The `rpi_camera` platform allows you to integrate the Raspberry Pi camera into Home Assistant. This component uses the application [`raspistill`](https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md) to store the image from camera.
|
||||
|
||||
To enable this camera in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
|
@ -47,9 +47,3 @@ Configuration variables:
|
|||
|
||||
The given **file_path** must be an existing file because the camera platform setup make a writeable check on it.
|
||||
|
||||
Ensure that the user who is running Home Assistant is in the video group. Eg. for the user `hass`:
|
||||
|
||||
```bash
|
||||
$ sudo usermod -a -G video hass
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue