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