diff --git a/source/_components/camera.rpi_camera.markdown b/source/_components/camera.rpi_camera.markdown index 1a74a73279d..1a5428afdbc 100644 --- a/source/_components/camera.rpi_camera.markdown +++ b/source/_components/camera.rpi_camera.markdown @@ -46,8 +46,10 @@ 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 + +Ensure that the user who is running Home Assistant is in the video group. Eg. for the user `hass`: + +```bash +$ sudo usermod -a -G video hass ``` +