File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,9 @@ entities:
30
30
description: List of entities whose history to show as a graph.
31
31
required: true
32
32
type: string
33
- name :
34
- description: Name to display.
33
+ title :
34
+ description: Card title to display above graph .
35
35
required: false
36
- default: ID
37
36
type: string
38
37
hours_to_show:
39
38
description: Number of hours to show in the graph.
@@ -53,14 +52,14 @@ refresh:
53
52
# Full configuration.yaml entry
54
53
history_graph :
55
54
gr1 :
56
- name : Lights Graph
55
+ title : Lights Graph
57
56
entities :
58
57
- light.ceiling.lights
59
58
- light.bed_light
60
59
hours_to_show : 240
61
60
refresh : 60
62
61
gr2 :
63
- name : Temperature
62
+ title : Temperature
64
63
entities :
65
64
- sensor.outside_temperature
66
65
- sensor.inside_temperature
You can’t perform that action at this time.
0 commit comments