Add switch platform to Z-Wave JS docs (#16160)

This commit is contained in:
Charles Garwood 2021-01-11 18:40:59 -05:00 committed by GitHub
parent 5e118658c9
commit 3b681ba22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ ha_category:
- Hub - Hub
- Light - Light
- Sensor - Sensor
- Switch
ha_release: '2021.2' ha_release: '2021.2'
ha_iot_class: Local Push ha_iot_class: Local Push
ha_config_flow: true 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. 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. - 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. - You will need to use another tool, such as [zwavejs2mqtt](https://github.com/zwave-js/zwavejs2mqtt), to include/exclude devices and manage device configuration.