From d4a498170cdf035918ddf72f604c0c51c594f087 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Fri, 15 Jan 2021 15:15:20 +0100 Subject: [PATCH] Add binary_sensor to zwave_js docs (#16189) --- 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 bbc5410faf7..c5981ab0890 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -2,6 +2,7 @@ title: Z-Wave JS description: Instructions on how to integrate Z-Wave with Home Assistant via Z-Wave JS. ha_category: + - Binary Sensor - Hub - Light - Sensor @@ -41,5 +42,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 `light`, `sensor`, and `switch` entities. +- Platform support is currently limited to basic `binary_sensor`, `light`, `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