mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Clear Matter ping result when closing the dialog (#19901)
This commit is contained in:
parent
ccdd906e2f
commit
83190c21db
@ -137,6 +137,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