From afdba5c31e053b5e0c55369096e11cf4da33ddd9 Mon Sep 17 00:00:00 2001 From: Thibault Maekelbergh Date: Sun, 2 Jul 2017 16:24:43 +0200 Subject: [PATCH] Update raspberry pi camera steps for Jessie (#2919) The jessie raspi-config tool introduces a higher level hierarchy for enabling the camera. --- source/_docs/hassbian/integrations.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/hassbian/integrations.markdown b/source/_docs/hassbian/integrations.markdown index 53dfffa5015..fe1cebcf400 100644 --- a/source/_docs/hassbian/integrations.markdown +++ b/source/_docs/hassbian/integrations.markdown @@ -42,7 +42,7 @@ To use the camera it needs to be enabled with the `raspi-config` utility. $ sudo raspi-config ``` -Select `Enable camera` choose `` and hit `Enter`, then go to `Finish` and you'll be prompted to reboot. +Go to `Interfacing Options`, select `Enable camera` choose `` and hit `Enter`, then go to `Finish` and you'll be prompted to reboot. After this follow the [Raspberry Pi Camera component](/components/camera.rpi_camera/) page.