Piotr Żuralski 6cbcc1acdc fixing ha_category components annotation (#9432)
* fixing ha_category components annotation

Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>

* ✏️ Tweak
2019-05-11 09:46:28 +02:00

941 B

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Graphite Instructions on how to record Home Assistant history in Graphite. 2016-02-10 17:11 true false true true graphite.png
History
0.13

The graphite component records all events and state changes and feeds the data to a graphite instance.

To enable this component, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
graphite:

{% configuration %} host: description: IP address of your graphite host, e.g., 192.168.1.10. required: false type: string default: localhost port: description: This is a description of what this key is for. required: false type: integer default: 2003 prefix: description: Prefix is the metric prefix in graphite. required: false type: string default: ha {% endconfiguration %}