Don't trim configs as we now allow empty sections.

This commit is contained in:
Dermot Duffy
2022-01-14 21:31:16 -08:00
parent 85ba8f3a93
commit 86b26383d0
-1
View File
@@ -604,7 +604,6 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
} else {
setConfigValue(newConfig, key, value);
}
trimConfig(newConfig);
this._config = newConfig;
fireEvent(this, 'config-changed', { config: this._config });
}