This commit is contained in:
Zack Arnett
2018-12-06 20:22:16 +01:00
committed by Bram Kragten
parent 601bbfd88e
commit 6aca1d0d54
+1 -1
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"
); );