mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +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 {
|
||||
this.device_id = undefined;
|
||||
this._status = undefined;
|
||||
this._pingResult = undefined;
|
||||
fireEvent(this, "dialog-closed", { dialog: this.localName });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user