Fix: Changing Blueprint Automation Name (#12036)

This commit is contained in:
Zack Barett 2022-03-14 10:33:49 -05:00 committed by Zack
parent c6a103bd30
commit fc1c6cea24

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;
}