diff --git a/demo/src/configs/arsaboo/lovelace.ts b/demo/src/configs/arsaboo/lovelace.ts index 5d3107dfdd..e6195d20f4 100644 --- a/demo/src/configs/arsaboo/lovelace.ts +++ b/demo/src/configs/arsaboo/lovelace.ts @@ -29,6 +29,11 @@ export const demoLovelaceArsaboo: DemoConfig["lovelace"] = (localize) => ({ }, ], }, + { + title: "Energy distribution today", + type: "energy-distribution", + link_dashboard: true, + }, { type: "thermostat", entity: "climate.upstairs", diff --git a/setup.py b/setup.py index 9c988b0d73..b9a780aa48 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20210803.1", + version="20210803.2", description="The Home Assistant frontend", url="https://github.com/home-assistant/frontend", author="The Home Assistant Authors", diff --git a/src/panels/lovelace/cards/energy/hui-energy-distribution-card.ts b/src/panels/lovelace/cards/energy/hui-energy-distribution-card.ts index 6e233c50f7..78b13d914c 100644 --- a/src/panels/lovelace/cards/energy/hui-energy-distribution-card.ts +++ b/src/panels/lovelace/cards/energy/hui-energy-distribution-card.ts @@ -402,7 +402,7 @@ class HuiEnergyDistrubutionCard - ${this._config.linkDashboard + ${this._config.link_dashboard ? html`