From 17c5f7b2fbc70dd1116572c5d70bff955de40096 Mon Sep 17 00:00:00 2001 From: Roi Dayan Date: Sun, 21 Aug 2016 22:32:10 +0300 Subject: [PATCH] Remove note about root access from dht sensor (#805) This update is related to #2900 Signed-off-by: Roi Dayan --- source/_components/sensor.dht.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_components/sensor.dht.markdown b/source/_components/sensor.dht.markdown index 0b4844c3b07..c37179513e1 100644 --- a/source/_components/sensor.dht.markdown +++ b/source/_components/sensor.dht.markdown @@ -42,7 +42,3 @@ Available conditions are only *temperature* and *humidity*. The name of the pin to which the sensor is connected has different names on different platforms. 'P8_11' for Beaglebone, '23' for Raspberry Pi. -

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

-