From 76a1b1abe2d6d46c64bb2da111fe65b9cb62d5db Mon Sep 17 00:00:00 2001 From: nickrout Date: Wed, 30 Dec 2020 21:46:52 +1300 Subject: [PATCH] Update rpi_gpio.markdown (#16048) 32 bit hass os no longer seems to be a prerequisite - see https://community.home-assistant.io/t/what-do-i-need-to-setup-and-read-remote-state-pins-on-raspberry-pi/260140 --- source/_integrations/rpi_gpio.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/rpi_gpio.markdown b/source/_integrations/rpi_gpio.markdown index c67c26a6f1a..193021f2dd0 100644 --- a/source/_integrations/rpi_gpio.markdown +++ b/source/_integrations/rpi_gpio.markdown @@ -13,10 +13,6 @@ 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/).