From bc4e1307c705a8c0615a12b92fee204f782336d3 Mon Sep 17 00:00:00 2001 From: Federico Granata <3602209+Edo78@users.noreply.github.com> Date: Mon, 28 Dec 2020 19:50:42 +0100 Subject: [PATCH] Add a prerequisite (#16019) Co-authored-by: Franck Nijhof --- source/_integrations/rpi_gpio.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/rpi_gpio.markdown b/source/_integrations/rpi_gpio.markdown index 193021f2dd0..c67c26a6f1a 100644 --- a/source/_integrations/rpi_gpio.markdown +++ b/source/_integrations/rpi_gpio.markdown @@ -13,6 +13,10 @@ ha_domain: rpi_gpio The `rpi_gpio` integration is the base for all related GPIO platforms in Home Assistant. There is no setup needed for the integration itself, for the platforms please check their corresponding pages. +## Prerequisites + +When you are running the Home Assistant Operating System, the 32-bits version of the OS is required in order to use this integration. + ## Binary Sensor The `rpi_gpio` binary sensor platform allows you to read sensor values of the GPIOs of your [Raspberry Pi](https://www.raspberrypi.org/).