From 3a3a01d103fb4cdd598838440ca849686ea6d960 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 30 Aug 2015 21:33:21 +0200 Subject: [PATCH] add note --- source/components/switch.rpi_gpio.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/components/switch.rpi_gpio.markdown b/source/components/switch.rpi_gpio.markdown index 76a5bbbde98..207f4a4b691 100644 --- a/source/components/switch.rpi_gpio.markdown +++ b/source/components/switch.rpi_gpio.markdown @@ -24,3 +24,7 @@ switch: ``` For more details about the GPIO layout, visit the Wikipedia [article](https://en.wikipedia.org/wiki/Raspberry_Pi#GPIO_connector) about the Raspberry Pi. + +

+As this requires access to the GPIO, you will need to run Home Assistant as root. +