mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Matter cleanup on close dialog (#19714)
This commit is contained in:
parent
d61fc9ec6c
commit
297c721229
@ -146,6 +146,7 @@ class DialogMatterPingNode extends LitElement {
|
|||||||
public closeDialog(): void {
|
public closeDialog(): void {
|
||||||
this.device_id = undefined;
|
this.device_id = undefined;
|
||||||
this._status = undefined;
|
this._status = undefined;
|
||||||
|
this._pingResult = undefined;
|
||||||
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user