We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e65409 commit e8866f2Copy full SHA for e8866f2
src/panels/lovelace/cards/energy/hui-energy-devices-graph-card.ts
@@ -97,8 +97,8 @@ export class HuiEnergyDevicesGraphCard
97
<div class="card-header">
98
<span>${this._config.title ? this._config.title : nothing}</span>
99
<ha-icon-button
100
- path=${this._chartType === "pie" ? mdiChartBar : mdiChartDonut}
101
- label=${this.hass.localize(
+ .path=${this._chartType === "pie" ? mdiChartBar : mdiChartDonut}
+ .label=${this.hass.localize(
102
"ui.panel.lovelace.cards.energy.energy_devices_graph.change_chart_type"
103
)}
104
@click=${this._handleChartTypeChange}
0 commit comments