1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Fix energy now button (#26384)

Update hui-energy-period-selector.ts
This commit is contained in:
karwosts
2025-08-04 07:19:26 -07:00
committed by GitHub
parent a39ab3c174
commit 38893324af

View File

@@ -208,7 +208,7 @@ export class HuiEnergyPeriodSelector extends SubscribeMixin(LitElement) {
? html`<ha-button
appearance="filled"
size="small"
click=${this._pickNow}
@click=${this._pickNow}
>
${this.hass.localize(
"ui.panel.lovelace.components.energy_period_selector.now"