You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/dashboards/features.markdown
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,28 @@ Features can be enabled on the following cards:
42
42
43
43

44
44
45
+
## History chart
46
+
47
+
Widget that displays the history of a [sensor](/integrations/sensor) or [binary_sensor](/integrations/binary_sensor).
48
+
49
+
<pclass='img'>
50
+
<imgsrc='/images/dashboards/features/history-chart-line.png'alt='Screenshot of the tile card with the history chart feature for a numeric entity'>
51
+
<imgsrc='/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
+
45
67
## Alarm modes
46
68
47
69
Widget that displays buttons to arm and disarm an [alarm](/integrations/alarm_control_panel).
0 commit comments