Don't trim configs as we now allow empty sections.
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user