mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
commit
b8724e1cf2
@ -9,7 +9,6 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
### History graph
|
|
||||||
|
|
||||||
History graph is a basic card, allowing you to display a graph for each of the entities in the list specified as config.
|
History graph is a basic card, allowing you to display a graph for each of the entities in the list specified as config.
|
||||||
|
|
||||||
@ -18,17 +17,35 @@ History graph is a basic card, allowing you to display a graph for each of the e
|
|||||||
Screenshot of the history graph card.
|
Screenshot of the history graph card.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
**Options**
|
{% linkable_title Options %}
|
||||||
|
|
||||||
| Name | Type | Default | Description
|
{% configuration %}
|
||||||
| ---- | ---- | ------- | -----------
|
type:
|
||||||
| type | string | **Required** | `history-graph`
|
required: true
|
||||||
| entities | list | **Required** | List of entities to graph.
|
description: history-graph
|
||||||
| hours_to_show | integer | 24 | Hours to show
|
type: string
|
||||||
| refresh_interval | integer | 0 | Refresh interval in seconds
|
entities:
|
||||||
| title | string | Optional | `My Graphs`
|
required: true
|
||||||
|
description: List of entities to graph.
|
||||||
|
type: list
|
||||||
|
hours_to_show:
|
||||||
|
required: false
|
||||||
|
description: Hours to show
|
||||||
|
type: integer
|
||||||
|
default: 24
|
||||||
|
refresh_interval:
|
||||||
|
required: false
|
||||||
|
description: Refresh interval in seconds
|
||||||
|
type: integer
|
||||||
|
default: 0
|
||||||
|
title:
|
||||||
|
required: false
|
||||||
|
description: Card title
|
||||||
|
type: string
|
||||||
|
default: none
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
**Example**
|
{% linkable_title Example %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- type: history-graph
|
- type: history-graph
|
||||||
|
Loading…
x
Reference in New Issue
Block a user