Skip to content
Snippets Groups Projects
Commit 9dc055e5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

Add link to docs

parent 6d6cf886
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment