From 23a9cc7343025ae9c92d7cca74fbd2757f611f0e Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 22 Jan 2021 09:51:43 -0700 Subject: [PATCH] Add cover to ha_category in zwave-js (#16273) --- 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 7eb92829662..b9b0a342205 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -4,6 +4,7 @@ description: Instructions on how to integrate Z-Wave with Home Assistant via Z-W ha_category: - Binary Sensor - Climate + - Cover - Hub - Light - Lock @@ -44,5 +45,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`, `climate`, `light`, `lock`, `sensor`, and `switch` entities. +- Platform support is currently limited to basic `binary_sensor`, `climate`, `cover`, `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