Skip to content

Commit 036f33c

Browse files
authored
Small documentation fix for history_graph
"title"-field was incorrectly documented as "name"
1 parent 1af6dd5 commit 036f33c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/_integrations/history_graph.markdown

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ entities:
3030
description: List of entities whose history to show as a graph.
3131
required: true
3232
type: string
33-
name:
34-
description: Name to display.
33+
title:
34+
description: Card title to display above graph.
3535
required: false
36-
default: ID
3736
type: string
3837
hours_to_show:
3938
description: Number of hours to show in the graph.
@@ -53,14 +52,14 @@ refresh:
5352
# Full configuration.yaml entry
5453
history_graph:
5554
gr1:
56-
name: Lights Graph
55+
title: Lights Graph
5756
entities:
5857
- light.ceiling.lights
5958
- light.bed_light
6059
hours_to_show: 240
6160
refresh: 60
6261
gr2:
63-
name: Temperature
62+
title: Temperature
6463
entities:
6564
- sensor.outside_temperature
6665
- sensor.inside_temperature

0 commit comments

Comments
 (0)