mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
This reverts commit 5f049e4c52db9e8827938dd0f71ba459675ac6f8.
This commit is contained in:
parent
45bb8c4e2c
commit
dd7daadad4
@ -30,9 +30,10 @@ 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
|
||||||
title:
|
name:
|
||||||
description: Card title to display above graph.
|
description: Name to display.
|
||||||
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.
|
||||||
@ -52,14 +53,14 @@ refresh:
|
|||||||
# Full configuration.yaml entry
|
# Full configuration.yaml entry
|
||||||
history_graph:
|
history_graph:
|
||||||
gr1:
|
gr1:
|
||||||
title: Lights Graph
|
name: 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:
|
||||||
title: Temperature
|
name: Temperature
|
||||||
entities:
|
entities:
|
||||||
- sensor.outside_temperature
|
- sensor.outside_temperature
|
||||||
- sensor.inside_temperature
|
- sensor.inside_temperature
|
||||||
|
Loading…
x
Reference in New Issue
Block a user