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 {
|
} else {
|
||||||
setConfigValue(newConfig, key, value);
|
setConfigValue(newConfig, key, value);
|
||||||
}
|
}
|
||||||
trimConfig(newConfig);
|
|
||||||
this._config = newConfig;
|
this._config = newConfig;
|
||||||
fireEvent(this, 'config-changed', { config: this._config });
|
fireEvent(this, 'config-changed', { config: this._config });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user