Small documentation fix for history_graph (#10677)

"title"-field was incorrectly documented as "name"
This commit is contained in:
Benjamin Richter 2019-10-10 11:55:43 +02:00 committed by Fabian Affolter
parent 4420e162c3
commit 5f049e4c52

View File

@ -30,10 +30,9 @@ entities:
description: List of entities whose history to show as a graph. description: List of entities whose history to show as a graph.
required: true required: true
type: string type: string
name: title:
description: Name to display. description: Card title to display above graph.
required: false required: false
default: ID
type: string type: string
hours_to_show: hours_to_show:
description: Number of hours to show in the graph. description: Number of hours to show in the graph.
@ -53,14 +52,14 @@ refresh:
# Full configuration.yaml entry # Full configuration.yaml entry
history_graph: history_graph:
gr1: gr1:
name: Lights Graph title: Lights Graph
entities: entities:
- light.ceiling.lights - light.ceiling.lights
- light.bed_light - light.bed_light
hours_to_show: 240 hours_to_show: 240
refresh: 60 refresh: 60
gr2: gr2:
name: Temperature title: Temperature
entities: entities:
- sensor.outside_temperature - sensor.outside_temperature
- sensor.inside_temperature - sensor.inside_temperature