Skip to content

Sankey options #38784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion source/_dashboards/energy.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ related:

This is a list of all the cards used in the energy dashboard. You can also place them anywhere you want in your dashboard.

Currently, there are no configuration options available for these cards. You can configure them on the {% my config_energy title="energy configuration page" %}.
You can configure them on the {% my config_energy title="energy configuration page" %}.

## Energy date picker

Expand Down Expand Up @@ -244,6 +244,35 @@ max_devices: 5

The sankey energy graph shows the flow of energy in your home. It starts with sources and flows into the various consumers. Devices are grouped into floors and areas if these are configured.

### YAML configuration

The following YAML options are available

{% configuration %}
type:
required: true
description: "`energy-sankey`"
type: string
title:
required: false
description: The title of the card.
type: string
layout:
required: false
description: "`vertical` or `horizontal`. Determines the orientation (flow direction) of the card"
type: string
group_by_area:
required: false
description: Wether to group the devices by area
type: boolean
default: true
group_by_floor:
required: false
description: Wether to group the devices by floor
type: boolean
default: true
{% endconfiguration %}

### Examples

```yaml
Expand Down