From f828ee044d891d0a2478e9c3ba38be235578391f Mon Sep 17 00:00:00 2001
From: Fabian Affolter <fabian@affolter-engineering.ch>
Date: Fri, 23 Oct 2015 22:34:23 +0200
Subject: [PATCH] UPdate docstring

---
 homeassistant/components/arduino.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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