Skip to content

Commit

Permalink
Update src/panels/config/integrations/integration-panels/zwave_js/cap…
Browse files Browse the repository at this point in the history
…ability-controls/zwave_js-capability-control-door-lock.ts

Co-authored-by: AlCalzone <dominic.griesel@nabucasa.com>
  • Loading branch information
MindFreeze and AlCalzone authored Nov 11, 2024
1 parent e688790 commit e003186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class ZWaveJSCapabilityDoorLock extends LitElement {

private _numberChanged(ev: CustomEvent) {
const target = ev.target as HTMLInputElement;
const key = ev.detail.key;
const key = target.getAttribute("key");
if (this._configuration) {
this._configuration = {
...this._configuration,
Expand Down

0 comments on commit e003186

Please sign in to comment.