This commit is contained in:
Zack Arnett 2018-12-06 14:22:16 -05:00 committed by Bram Kragten
parent 601bbfd88e
commit 6aca1d0d54

View File

@ -233,7 +233,7 @@ export class HuiEditView extends hassLocalizeLitMixin(LitElement) {
} else { } else {
await updateViewConfig( await updateViewConfig(
this.hass!, this.hass!,
this.viewConfig!.id!, String(this.viewConfig!.id!),
this._config, this._config,
"json" "json"
); );