mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Don't pass dsk to core
This commit is contained in:
parent
07c2aaa808
commit
36f4dece5e
@ -116,10 +116,8 @@ class DialogZWaveJSAddNode extends LitElement {
|
||||
if (params.dsk) {
|
||||
this._status = "validate_dsk_enter_pin";
|
||||
this._dsk = params.dsk;
|
||||
this._startInclusion(undefined, params.dsk);
|
||||
} else {
|
||||
this._startInclusion();
|
||||
}
|
||||
this._startInclusion();
|
||||
}
|
||||
|
||||
@query("#pin-input") private _pinInput?: HaTextField;
|
||||
|
Loading…
x
Reference in New Issue
Block a user