Dubh ad patch 2 (#8003)

* Graph for history-graph page

Graph showing the way it appears with `unit_of_measurement`

* Adding second graph

* Fix
This commit is contained in:
DubhAd 2018-12-31 11:19:31 +00:00 committed by Fabian Affolter
parent ae0952d27d
commit 7c5d3edfcf
2 changed files with 7 additions and 2 deletions

View File

@ -13,8 +13,13 @@ footer: true
History graph is a basic card, allowing you to display a graph for each of the entities in the list specified as config.
<p class='img'>
<img src='/images/lovelace/lovelace_history_graph.png' alt='Screenshot of the history graph card'>
Screenshot of the history graph card.
<img src='/images/lovelace/lovelace_history_graph.png' alt='Screenshot of the history graph card for entities without a unit_of_measurement'>
Screenshot of the history graph card, when no `unit_of_measurement` is defined.
</p>
<p class='img'>
<img src='/images/lovelace/lovelace_history_graph_lines.png' alt='Screenshot of the history graph card for entities with a unit_of_measurement'>
Screenshot of the history graph card, when a `unit_of_measurement` is defined.
</p>
{% configuration %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB