Skip to content

Commit

Permalink
Update energy.markdown for detail devices max_devices (#31731)
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored Mar 5, 2024
1 parent ec0e18e commit e1ee16d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion source/_dashboards/energy.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,19 @@ max_devices: 5
Screenshot of the detail devices energy graph card.
</p>

The **Detail devices energy graph** card is similar to the **Devices energy graph** card, but shows the individual usage on a time scale.
The **Detail devices energy graph** card is similar to the **Devices energy graph** card, but shows the individual usage on a time scale.

By default, this card will show all your devices. Optionally, the number of devices can be limited by adding the `max_devices` option and specifying the maximum number of devices to show. If there are more devices available than shown, the devices with the highest energy usage are shown.

### Examples

```yaml
type: energy-devices-detail-graph
```

The following example limits the number of shown devices to 5:

```yaml
type: energy-devices-detail-graph
max_devices: 5
```

0 comments on commit e1ee16d

Please sign in to comment.