Fix script config editor (#13703)

This commit is contained in:
Paul Bottein 2022-09-12 18:04:07 +02:00 committed by GitHub
parent 9ea1f61971
commit 6902537666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -609,13 +609,13 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
switch (key) {
case "id":
this._idChanged(value);
return;
break;
case "alias":
this._aliasChanged(value);
break;
case "mode":
this._modeChanged(value);
return;
break;
}
if (values[key] === undefined) {