From a6dda45977698e7643e6bf656912211616b6f16e Mon Sep 17 00:00:00 2001 From: Ryan Bray Date: Thu, 14 Jul 2016 07:28:16 -0600 Subject: [PATCH] Update camera.rpi_camera.markdown (#537) --- source/_components/camera.rpi_camera.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/camera.rpi_camera.markdown b/source/_components/camera.rpi_camera.markdown index 23de89c3273..1a74a73279d 100644 --- a/source/_components/camera.rpi_camera.markdown +++ b/source/_components/camera.rpi_camera.markdown @@ -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 +```