From 8b20b2b63ca23961f8e7d912b84c58a03c20dd58 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 27 Jan 2022 15:39:20 +0100 Subject: [PATCH] Adjust values in Energy Dashboard row (#11452) --- .../config/lovelace/dashboards/ha-config-lovelace-dashboards.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/panels/config/lovelace/dashboards/ha-config-lovelace-dashboards.ts b/src/panels/config/lovelace/dashboards/ha-config-lovelace-dashboards.ts index 63623ccb21..584cd5d2f4 100644 --- a/src/panels/config/lovelace/dashboards/ha-config-lovelace-dashboards.ts +++ b/src/panels/config/lovelace/dashboards/ha-config-lovelace-dashboards.ts @@ -197,6 +197,8 @@ export class HaConfigLovelaceDashboards extends LitElement { { icon: "hass:lightning-bolt", title: this.hass.localize(`ui.panel.config.dashboard.energy.title`), + show_in_sidebar: true, + mode: "storage", url_path: "energy", filename: "", },