Add humidifier support to zwave_js (#21758)

This commit is contained in:
Francois Chagnon 2022-02-23 12:17:10 -05:00 committed by GitHub
parent 8a6f155518
commit 17f7f77bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ ha_category:
- Cover - Cover
- Fan - Fan
- Hub - Hub
- Humidifier
- Light - Light
- Lock - Lock
- Number - Number
@ -36,6 +37,7 @@ ha_platforms:
- sensor - sensor
- siren - siren
- switch - switch
- humidifier
--- ---
This integration allows you to control a Z-Wave network via the [Z-Wave JS](https://zwave-js.github.io/node-zwave-js/#/) driver. This is our recommended Z-Wave integration for Home Assistant. If you're migrating from the deprecated `zwave` or `ozw` integrations, see [our migration instructions](#migrating-from-previous-z-wave-implementations). This integration allows you to control a Z-Wave network via the [Z-Wave JS](https://zwave-js.github.io/node-zwave-js/#/) driver. This is our recommended Z-Wave integration for Home Assistant. If you're migrating from the deprecated `zwave` or `ozw` integrations, see [our migration instructions](#migrating-from-previous-z-wave-implementations).