diff --git a/homeassistant/components/arduino.py b/homeassistant/components/arduino.py index cbb319e2541..02be44359f5 100644 --- a/homeassistant/components/arduino.py +++ b/homeassistant/components/arduino.py @@ -4,26 +4,8 @@ components.arduino Arduino component that connects to a directly attached Arduino board which runs with the Firmata firmware. -Configuration: - -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. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/arduino.html """ import logging