There are 5 steps now (#9822)

This commit is contained in:
Bram Kragten 2021-08-16 05:42:20 +02:00 committed by GitHub
parent ad9f18c231
commit 1e8903fd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ export class EnergySetupWizard extends LitElement implements LovelaceCard {
protected render(): TemplateResult {
return html`
<p>Step ${this._step + 1} of 3</p>
<p>Step ${this._step + 1} of 5</p>
${this._step === 0
? html`<ha-energy-grid-settings
.hass=${this.hass}