mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update energy.markdown for detail devices max_devices (#31731)
This commit is contained in:
parent
ec0e18eca3
commit
e1ee16dd89
@ -206,8 +206,17 @@ max_devices: 5
|
|||||||
|
|
||||||
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
|
### Examples
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
type: energy-devices-detail-graph
|
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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user