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/ """