From 89964ad793328bde9ee123021fc8d4d5142a4af8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Oct 2015 16:46:31 +0200 Subject: [PATCH] Remove configuration details --- homeassistant/components/sensor/arduino.py | 32 ++-------------------- 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/homeassistant/components/sensor/arduino.py b/homeassistant/components/sensor/arduino.py index f6c44d3f60e..61a0890ec10 100644 --- a/homeassistant/components/sensor/arduino.py +++ b/homeassistant/components/sensor/arduino.py @@ -4,36 +4,8 @@ homeassistant.components.sensor.arduino Support for getting information from Arduino pins. Only analog pins are supported. -Configuration: - -To use the arduino sensor you will need to add something like the following -to your configuration.yaml file. - -sensor: - platform: arduino - pins: - 7: - name: Door switch - type: analog - 0: - name: Brightness - type: analog - -Variables: - -pins -*Required -An array specifying the digital pins to use on the Arduino board. - -These are the variables for the pins array: - -name -*Required -The name for the pin that will be used in the frontend. - -type -*Required -The type of the pin: 'analog'. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/sensor.arduino.html """ import logging