diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index e04b64777c8..6422cd2f4db 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -1531,3 +1531,15 @@ Example Event: - service: switch.toggle entity_id: switch.office_fan ``` + +### EATON On/Off & Dimmer (RF9501/RF9540-N/RF9640-N/RF9601-N) + +Once you've added the remote to your Z-Wave network, you'll need to update your `zwcfg_*.xml` file with the below XML data. Stop Home Assistant and open your `zwcfg_*.xml` file (located in your configuration folder). Find the remote's device section and then its corresponding `CommandClass` section with id="112". Insert the snippet below into the CommandClass section with the below XML data. Save the file and restart Home Assistant. + +```xml + + Ensures that changes to the master node automatically notify accessory switches + + + +```