Skip to content

Commit ac877e4

Browse files
authored
Add history chart card feature docs (#40461)
1 parent 748dec5 commit ac877e4

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

source/dashboards/features.markdown

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,28 @@ Features can be enabled on the following cards:
4242

4343
![Screen recording showing how you can now reorder the HVAC modes on the thermostat shown in a tile card.](/images/blog/2024-05/tile-card-reorder-features.gif)
4444

45+
## History chart
46+
47+
Widget that displays the history of a [sensor](/integrations/sensor) or [binary_sensor](/integrations/binary_sensor).
48+
49+
<p class='img'>
50+
<img src='/images/dashboards/features/history-chart-line.png' alt='Screenshot of the tile card with the history chart feature for a numeric entity'>
51+
<img src='/images/dashboards/features/history-chart-timeline.png' alt='Screenshot of the tile card with the history chart feature for a non-numeric entity'>
52+
Screenshots of the tile card with the history chart feature
53+
</p>
54+
55+
```yaml
56+
features:
57+
- type: "history-chart"
58+
```
59+
60+
{% configuration features %}
61+
type:
62+
required: true
63+
description: "`history-chart`"
64+
type: string
65+
{% endconfiguration %}
66+
4567
## Alarm modes
4668

4769
Widget that displays buttons to arm and disarm an [alarm](/integrations/alarm_control_panel).
12.1 KB
Loading
10.1 KB
Loading

0 commit comments

Comments
 (0)