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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"