From e72f61ce735567ae42ce8983b38f0e5e1f9b66f9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 26 Jan 2016 09:09:30 +0100 Subject: [PATCH] Update docstring --- homeassistant/components/statsd.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/homeassistant/components/statsd.py b/homeassistant/components/statsd.py index 79bab00be0b..caf102ba529 100644 --- a/homeassistant/components/statsd.py +++ b/homeassistant/components/statsd.py @@ -1,11 +1,8 @@ """ homeassistant.components.statsd -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ StatsD component which allows you to send data to many backends. -For list supported backends visit this link: -https://github.com/etsy/statsd/blob/master/docs/backend.md - For more details about this component, please refer to the documentation at https://home-assistant.io/components/statsd/ """