From 9dc055e5375bfa3adca358147e59326f96f6a9fd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 13 Feb 2016 09:35:31 +0100 Subject: [PATCH] Add link to docs --- homeassistant/components/graphite.py | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/homeassistant/components/graphite.py b/homeassistant/components/graphite.py index 5b3e4869307..a84d4bf8847 100644 --- a/homeassistant/components/graphite.py +++ b/homeassistant/components/graphite.py @@ -4,16 +4,8 @@ homeassistant.components.graphite Component that records all events and state changes and feeds the data to a graphite installation. -Example configuration: - - graphite: - host: foobar - port: 2003 - prefix: ha - -All config elements are optional, and assumed to be on localhost at the -default port if not specified. Prefix is the metric prefix in graphite, -and defaults to 'ha'. +For more details about this component, please refer to the documentation at +https://home-assistant.io/components/graphite/ """ import logging import queue