Skip to content

Commit 33d4439

Browse files
committed
Update camera.rpi_camera.markdown
1 parent 117daa3 commit 33d4439

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/_components/camera.rpi_camera.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ Configuration variables:
4444
- **file_path** (optional): Save the picture in a custom file path (default: camera components folder)
4545
4646
The given **file_path** must be an existing file because the camera platform setup make a writeable check on it.
47+
Ensure that the Home Assistant user is in the video group.
48+
eg.
49+
```
50+
sudo usermod -a -G video hass
51+
```

0 commit comments

Comments
 (0)