mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Update camera.rpi_camera.markdown (#537)
This commit is contained in:
parent
3f3c7b6769
commit
f384a55239
@ -46,3 +46,8 @@ Configuration variables:
|
||||
- **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.
|
||||
Ensure that the Home Assistant user is in the video group.
|
||||
eg.
|
||||
```
|
||||
sudo usermod -a -G video hass
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user