mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Fix label for device consumption (#9648)
This commit is contained in:
parent
749079c1c3
commit
a4f51b0cb3
@ -62,7 +62,7 @@ export class DialogEnergyDeviceSettings
|
|||||||
<ha-statistic-picker
|
<ha-statistic-picker
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.includeUnitOfMeasurement=${energyUnits}
|
.includeUnitOfMeasurement=${energyUnits}
|
||||||
.label=${`Device production energy (kWh)`}
|
.label=${`Device consumption energy (kWh)`}
|
||||||
entities-only
|
entities-only
|
||||||
@value-changed=${this._statisticChanged}
|
@value-changed=${this._statisticChanged}
|
||||||
></ha-statistic-picker>
|
></ha-statistic-picker>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user