From 089fbb0f5bd60740b84236e6cde0e6f938f37b9b Mon Sep 17 00:00:00 2001 From: Robert Teller <31879487+r-teller@users.noreply.github.com> Date: Mon, 25 Jan 2021 07:00:15 -0800 Subject: [PATCH] Adding support for EATON Accessory notification (#16112) Co-authored-by: Franck Nijhof --- source/_docs/z-wave/device-specific.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 + + + +```