Cleanup some selectors firing double value-changed events (#26302)

This commit is contained in:
karwosts
2025-07-27 13:10:30 -07:00
committed by GitHub
parent 080c79234c
commit b99bb60cd0
6 changed files with 6 additions and 0 deletions

View File

@@ -279,6 +279,7 @@ export class HaObjectSelector extends LitElement {
}
private _handleChange(ev) {
ev.stopPropagation();
this._valueChangedFromChild = true;
const value = ev.target.value;
if (!ev.target.isValid) {