From fb9c0b0836c165d1bc67d987a39c88e51f0dbbb8 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sat, 16 Jan 2021 10:43:41 -0600 Subject: [PATCH] Add zwave_js lock support to docs (#16192) --- source/_integrations/zwave_js.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index c5981ab0890..8d7ae109daa 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -5,6 +5,7 @@ ha_category: - Binary Sensor - Hub - Light + - Lock - Sensor - Switch ha_release: '2021.2' @@ -42,5 +43,5 @@ available. As this integration is still in the early stages there are some important limitations to be aware of. -- Platform support is currently limited to basic `binary_sensor`, `light`, `sensor`, and `switch` entities. +- Platform support is currently limited to basic `binary_sensor`, `light`, `lock`, `sensor`, and `switch` entities. - You will need to use another tool, such as [zwavejs2mqtt](https://github.com/zwave-js/zwavejs2mqtt), to include/exclude devices and manage device configuration. \ No newline at end of file