diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown
index 33dddf01e14..8f03fe654ae 100644
--- a/source/_docs/z-wave/device-specific.markdown
+++ b/source/_docs/z-wave/device-specific.markdown
@@ -144,17 +144,43 @@ Some models of the Zooz Toggle switches ship with an instruction manual with inc
To provide Central Scene support you need to shut Home Assistant down and modify your `zwcfg_*.xml` file according to the following guides.
+### {% linkable_title Inovelli Scene Capable On/Off and Dimmer Wall Switches %}
+
+For Inovelli 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
+
+
+
+
+
+
+```
+
+Once this is complete, you should see the follow `zwave.scene_activated` events:
+
+**Action**|**scene\_id**|**scene\_data**
+:-----:|:-----:|:-----:
+Double tap off|1|3
+Double tap on|2|3
+Triple tap off|1|4
+Triple tap on|2|4
+4x tap off|1|5
+4x tap on|2|5
+5x tap off|1|6
+5x tap on|2|6
+
### {% linkable_title 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:
```xml
-
-
-
-
-
-
+
+
+
+
+
+
```
Below is a table of the action/scenes for the HomeSeer devices (as a reference for other similar devices):