Site updated at 2016-07-14 13:32:19 UTC

This commit is contained in:
Travis CI 2016-07-14 13:32:19 +00:00
parent 83ac0d5632
commit 030ba6f0e9
21 changed files with 33 additions and 28 deletions

View file

@ -124,7 +124,12 @@
<li><strong>file_path</strong> (<em>Optional</em>): Save the picture in a custom file path (default: camera components folder)</li>
</ul>
<p>The given <strong>file_path</strong> must be an existing file because the camera platform setup make a writeable check on it.</p>
<p>The given <strong>file_path</strong> must be an existing file because the camera platform setup make a writeable check on it.<br />
Ensure that the Home Assistant user is in the video group.<br />
eg.<br />
<code>
sudo usermod -a -G video hass
</code></p>
</article>