Fix: Changing Blueprint Automation Name (#12036)

This commit is contained in:
Zack Barett 2022-03-14 10:33:49 -05:00 committed by GitHub
parent 84ffa2369a
commit 1fa04baa16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,7 @@ export class HaBlueprintAutomationEditor extends LitElement {
if (!name) {
return;
}
const newVal = ev.detail.value;
const newVal = target.value;
if ((this.config![name] || "") === newVal) {
return;
}