do not set "___ADD_NEW___" value in ha-area-picker (#26210)

This commit is contained in:
Christoph 2025-07-18 07:37:04 +02:00 committed by GitHub
parent 6cb27ede09
commit 4a50ca4ea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -411,6 +411,7 @@ export class HaAreaPicker extends LitElement {
} }
}, },
}); });
return;
} }
this._setValue(value); this._setValue(value);