Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZWaveJS: Support for Door Lock in Expert UI #22775

Merged
merged 10 commits into from
Nov 20, 2024
Prev Previous commit
Merge remote-tracking branch 'origin/dev' into zwave_door_lock
MindFreeze committed Nov 14, 2024
commit 97b79e08a1b6761e642d198be5b38b53c67749ef
Original file line number Diff line number Diff line change
@@ -23,11 +23,13 @@ import "../../../ha-config-section";
import "./capability-controls/zwave_js-capability-control-multilevel-switch";
import "./capability-controls/zwave_js-capability-control-thermostat-setback";
import "./capability-controls/zwave_js-capability-control-door-lock";
import "./capability-controls/zwave_js-capability-control-color-switch";

const CAPABILITY_CONTROLS = {
38: "multilevel_switch",
71: "thermostat_setback",
98: "door_lock",
51: "color_switch",
};

@customElement("zwave_js-node-installer")
3 changes: 3 additions & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
@@ -5288,6 +5288,9 @@
},
"lock_timeout": "Lock timeout",
"lock_timeout_helper": "Number of seconds before the lock automatically locks after being unlocked"
},
"color_switch": {
"color_component": "Color component"
}
}
}
You are viewing a condensed version of this merge commit. You can view the full changes here.