mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Minor change for #537
This commit is contained in:
parent
11adc83465
commit
85a425ed6f
@ -46,8 +46,10 @@ Configuration variables:
|
|||||||
- **file_path** (*Optional*): Save the picture in a custom file path (default: camera components folder)
|
- **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.
|
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.
|
Ensure that the user who is running Home Assistant is in the video group. Eg. for the user `hass`:
|
||||||
```
|
|
||||||
sudo usermod -a -G video hass
|
```bash
|
||||||
|
$ sudo usermod -a -G video hass
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user