From 3b681ba22d560c6dd285f2a96f19e4678578ce95 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Mon, 11 Jan 2021 18:40:59 -0500 Subject: [PATCH] Add switch platform to Z-Wave JS docs (#16160) --- source/_integrations/zwave_js.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index a4f21d2908c..bbc5410faf7 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -5,6 +5,7 @@ ha_category: - Hub - Light - Sensor + - Switch ha_release: '2021.2' ha_iot_class: Local Push ha_config_flow: true @@ -40,5 +41,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 `sensor` and `light` 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. +- Platform support is currently limited to basic `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