diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown
index 59b9ff49900..6ed30e45d2c 100644
--- a/source/_docs/z-wave/device-specific.markdown
+++ b/source/_docs/z-wave/device-specific.markdown
@@ -191,6 +191,161 @@ Triple tap on|2|4
5x tap off|1|6
5x tap on|2|6
+### Zooz Scene Capable On/Off and Dimmer Wall Switches (Zen26 & Zen27 - Firmware 2.0+)
+
+Many Zooz Zen26/27 switches that have been sold do not have firmware 2.0+. Contact Zooz to obtain the over the air firmware update instructions and new user manual for the switches.
+
+Once the firmware is updated, the the new configuration paramters will have to be added to the `zwcfg` file. Replace the existing `COMMAND_CLASS_CONFIGURATION` with the one of the following options (depending on your model of switch):
+
+Zen26 (On/Off Switch):
+```xml
+
+
+
+ Normal mode: Upper paddle turns the light on, lower paddle turns the light off. Reverse will reverse those functions. Any will toggle the light regardless of which button is pushed.
+
+
+
+
+
+ LED Indication light function. Normal has the LED Indication on when the switch is off, off when the switch is on.
+
+
+
+
+
+
+ Enable or disable the auto turn-off timer function.
+
+
+
+
+ Time, in seconds, for auto-off timer delay. 60 (default).
+
+
+ Enable or disable the auto turn-on timer function.
+
+
+
+
+ Time, in minutes, for auto-on timer delay. 60 (default).
+
+
+ Status after power on after power failure. OFF will always turn light off. ON will always turn light on. Restore will remember the latest state and restore that state.
+
+
+
+
+
+ Enable or disable scene control functionality for quick double tap triggers.
+
+
+
+
+ Enable or disable local on/off control. If enabled, you'll only be able to control the connected light via Z-Wave.
+
+
+
+
+```
+
+Zen27 (Dimmer):
+```xml
+
+
+
+ Normal mode: Upper paddle turns the light on, lower paddle turns the light off. Reverse will reverse those functions. Any will toggle the light regardless of which button is pushed.
+
+
+
+
+
+ LED Indication light function. Normal has the LED Indication on when the switch is off, off when the switch is on.
+
+
+
+
+
+
+
+
+
+
+ Time, in minutes, for auto-off timer delay.
+
+
+
+
+
+
+ Time, in minutes, for auto-off timer delay.
+
+
+ Status after power on after power failure. OFF will always turn light off. ON will always turn light on. Restore will remember the latest state and restore that state.
+
+
+
+
+
+ Adjust the ramp rate for your dimmer (fade-in / fade-out effect for on / off operation). Values correspond to the number of seconds it take for the dimmer to reach full brightness or turn off when operated manually.
+
+
+ Set the minimum brightness level for your dimmer. You won't be able to dim the light below the set value.
+
+
+ Set the maximum brightness level for your dimmer. You won't be able to add brightness to the light beyond the set value. Note: if Parameter 12 is set to value "Full", Parameter 11 is automatically disabled.
+
+
+ Double Tap action. When set to Full, turns light on to 100%. If set to Maximum Level, turns light on to % set in Parameter 11.
+
+
+
+
+ Enable or disable scene control functionality for quick double tap triggers.
+
+
+
+
+ Enable the double tap or disable the double tap function and assign brightness level to single tap.
+
+
+
+
+
+ Enable or disable local on/off control. If enabled, light will only be able to be controlled via Z-Wave.
+
+
+
+
+```
+
+For Zooz switches, you'll need to update (or possibly add) the `COMMAND_CLASS_CENTRAL_SCENE` for each node in your `zwcfg` file with the following:
+```xml
+
+
+
+
+
+
+```
+
+Go to the Z-Wave Network Management section in the Home Assistant Configuration, select the node which has just been updated and enable the scene support configuration paramter.
+
+Once this is complete, you should see the following `zwave.scene_activated` events:
+
+**Action**|**scene\_id**|**scene\_data**
+:-----:|:-----:|:-----:
+Single tap off|1|7680
+Single tap on|2|7680
+Double tap off|1|7860
+Double tap on|2|7860
+Triple tap off|1|7920
+Triple tap on|2|7920
+4x tap off|1|7980
+4x tap on|2|7980
+5x tap off|1|8040
+5x tap on|2|8040
+
### HomeSeer Switches
For the HomeSeer devices specifically, you may need to update the `COMMAND_CLASS_CENTRAL_SCENE` for each node in your `zwcfg` file with the following: