diff --git a/source/_dashboards/energy.markdown b/source/_dashboards/energy.markdown index 4002bf157f7..9e864f695f7 100644 --- a/source/_dashboards/energy.markdown +++ b/source/_dashboards/energy.markdown @@ -196,3 +196,18 @@ The following example limits the number of shown devices to 5: type: energy-devices-graph max_devices: 5 ``` + +## Detail devices energy graph + +

+ Screenshot of the devices energy graph card + Screenshot of the detail devices energy graph card. +

+ +The **Detail devices energy graph** card is similar to the **Devices energy graph** card, but shows the individual usage on a time scale. + +### Examples + +```yaml +type: energy-devices-detail-graph +``` diff --git a/source/images/dashboards/energy/devices-detail-graph.png b/source/images/dashboards/energy/devices-detail-graph.png new file mode 100644 index 00000000000..7c1341d1c05 Binary files /dev/null and b/source/images/dashboards/energy/devices-detail-graph.png differ