From 160e188e56161012e50576f4873a40871d237bfb Mon Sep 17 00:00:00 2001 From: jeff-h Date: Sun, 12 May 2019 22:14:23 +1200 Subject: [PATCH] Update history-graph.markdown (#9439) Clarify confusion around where the `unit_of_measurement` should be defined. --- source/_lovelace/history-graph.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_lovelace/history-graph.markdown b/source/_lovelace/history-graph.markdown index 242213fe875..65944163df1 100644 --- a/source/_lovelace/history-graph.markdown +++ b/source/_lovelace/history-graph.markdown @@ -14,12 +14,12 @@ History graph is a basic card, allowing you to display a graph for each of the e

Screenshot of the history graph card for entities without a unit_of_measurement -Screenshot of the history graph card, when no `unit_of_measurement` is defined. +Screenshot of the history graph card, when the sensor has no `unit_of_measurement` defined.

Screenshot of the history graph card for entities with a unit_of_measurement -Screenshot of the history graph card, when a `unit_of_measurement` is defined. +Screenshot of the history graph card, when the sensor has a `unit_of_measurement` defined.

{% configuration %}