History graph is a basic card, allowing you to display a graph for each of the entities in the list specified as config.
Options
Name | Type | Default | Description |
---|---|---|---|
type | string | Required | history-graph |
entities | list | Required | List of entities to graph. |
hours_to_show | integer | 24 | Hours to show |
refresh_interval | integer | 0 | Refresh interval in seconds |
title | string | Optional | My Graphs |
Example
- type: history-graph
title: 'My Graph'
entities:
- sensor.outside_temperature
- media_player.lounge_room