This commit is contained in:
Zack Arnett 2020-05-14 03:26:06 -04:00 committed by GitHub
parent 7bd3427e76
commit 34e516e0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ export class HuiWeatherForecastCardEditor extends LitElement
.configValue=${"show_forecast"} .configValue=${"show_forecast"}
@change=${this._valueChanged} @change=${this._valueChanged}
>${this.hass.localize( >${this.hass.localize(
"ui.panel.lovelace.editor.card.weather.show_forecast" "ui.panel.lovelace.editor.card.weather-forecast.show_forecast"
)}</ha-switch )}</ha-switch
> >
</div> </div>