Document date selector (#18709)

This commit is contained in:
Paulus Schoutsen 2021-08-03 01:12:48 -07:00 committed by GitHub
parent 8845d59eb0
commit f97b573691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

@ -9,7 +9,19 @@ This is a list of all the cards used in the energy dashboard, you can also place
At the moment there are no configuration options available for these cards, you can configure them on the energy {% my config_energy title="energy configuration page" %}. At the moment there are no configuration options available for these cards, you can configure them on the energy {% my config_energy title="energy configuration page" %}.
They will always show the data of today when used outside the energy dashboard. ## Energy Date Picker
<p class='img'>
<img src='/images/lovelace/energy/date-selection.png' alt='Screenshot of the energy date selection card'>
Screenshot of the Energy date selection card.
</p>
This card will allow you to pick what data to show. Changing it in this card will influence the data in all other cards.
#### Example
```yaml
type: energy-date-selection
```
## Energy usage graph ## Energy usage graph
@ -124,4 +136,4 @@ The devices energy graph show the energy usage per device, it is sorted by usage
#### Example #### Example
```yaml ```yaml
type: energy-devices-graph type: energy-devices-graph
``` ```

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB