From 8176b273193008317cddfbc11eccc75aada288e8 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 3 Mar 2019 13:11:08 +0100 Subject: [PATCH] Update history_graph.markdown (#8808) Make it clear that the component and lovelace UI are not the same thing. See https://github.com/home-assistant/home-assistant.io/pull/8665 Also, I would suggest to streamline both configurations, by accepting both refresh and refresh_interval. --- source/_components/history_graph.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/history_graph.markdown b/source/_components/history_graph.markdown index 42a8fe79046..79dd95361dd 100644 --- a/source/_components/history_graph.markdown +++ b/source/_components/history_graph.markdown @@ -17,7 +17,7 @@ ha_qa_scale: internal

-The `history_graph` component will make the UI display a graph similar to the graphs in `more-info` popups and the [history](/components/history/) panel. +The `history_graph` component will make the UI display a graph similar to the graphs in `more-info` popups and the [history](/components/history/) panel. If you want to add history graphs to the Lovelace UI, please check the [History Graph Card](/lovelace/history-graph/) configuration as it slightly differs from the component. To use this component in your installation, add the following to your `configuration.yaml` file: