Remove configuration details

This commit is contained in:
Fabian Affolter 2015-10-21 16:45:45 +02:00
parent cfb3384ee3
commit bddd02bd58

View File

@ -4,26 +4,8 @@ components.arduino
Arduino component that connects to a directly attached Arduino board which Arduino component that connects to a directly attached Arduino board which
runs with the Firmata firmware. runs with the Firmata firmware.
Configuration: For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/arduino.html
To use the Arduino board you will need to add something like the following
to your configuration.yaml file.
arduino:
port: /dev/ttyACM0
Variables:
port
*Required
The port where is your board connected to your Home Assistant system.
If you are using an original Arduino the port will be named ttyACM*. The exact
number can be determined with 'ls /dev/ttyACM*' or check your 'dmesg'/
'journalctl -f' output. Keep in mind that Arduino clones are often using a
different name for the port (e.g. '/dev/ttyUSB*').
A word of caution: The Arduino is not storing states. This means that with
every initialization the pins are set to off/low.
""" """
import logging import logging