mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix localization Solar total
in Enery dashboard (#14841)
Co-authored-by: Bram Kragten <mail@bramkragten.nl> fixes undefined
This commit is contained in:
parent
36e99c3c0f
commit
4919341871
@ -279,7 +279,9 @@ export class HuiEnergySourcesTableCard
|
||||
? html`<tr class="mdc-data-table__row total">
|
||||
<td class="mdc-data-table__cell"></td>
|
||||
<th class="mdc-data-table__cell" scope="row">
|
||||
Solar total
|
||||
${this.hass.localize(
|
||||
"ui.panel.lovelace.cards.energy.energy_sources_table.solar_total"
|
||||
)}
|
||||
</th>
|
||||
${compare
|
||||
? html`<td
|
||||
|
@ -3808,6 +3808,7 @@
|
||||
"energy_sources_table": {
|
||||
"grid_total": "Grid total",
|
||||
"gas_total": "Gas total",
|
||||
"solar_total": "Solar total",
|
||||
"water_total": "Water total",
|
||||
"source": "Source",
|
||||
"energy": "Energy",
|
||||
|
Loading…
x
Reference in New Issue
Block a user