From 5f049e4c52db9e8827938dd0f71ba459675ac6f8 Mon Sep 17 00:00:00 2001 From: Benjamin Richter Date: Thu, 10 Oct 2019 11:55:43 +0200 Subject: [PATCH] Small documentation fix for history_graph (#10677) "title"-field was incorrectly documented as "name" --- source/_integrations/history_graph.markdown | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/_integrations/history_graph.markdown b/source/_integrations/history_graph.markdown index d18cbd82b8b..6e8f83f6ab1 100644 --- a/source/_integrations/history_graph.markdown +++ b/source/_integrations/history_graph.markdown @@ -30,10 +30,9 @@ entities: description: List of entities whose history to show as a graph. required: true type: string -name: - description: Name to display. +title: + description: Card title to display above graph. required: false - default: ID type: string hours_to_show: description: Number of hours to show in the graph. @@ -53,14 +52,14 @@ refresh: # Full configuration.yaml entry history_graph: gr1: - name: Lights Graph + title: Lights Graph entities: - light.ceiling.lights - light.bed_light hours_to_show: 240 refresh: 60 gr2: - name: Temperature + title: Temperature entities: - sensor.outside_temperature - sensor.inside_temperature