Candeo CMM-1 Modmote: Configuration with ZHA

I searched here for details of how to get the Candeo CMM-1 Modmote working with ZHA. The answer was scattered around various topics so I’m bringing them together here.

  1. if you have already added the CMM-1 to your zigbee network, delete it.

  2. create a quirks folder and install the Candeo quirks python file per this guide. A link to the quirks file is available in that article, but for reference it is here.

  3. Install the Candeo blueprint from here.

  4. Now add your remote back into zha.

Here is the relevant part of the configuration.yaml file:

# Custom zha quirks folder (Initially for Candeo 20250211)
zha:
  custom_quirks_path: /config/zha_quirks/

And here is what it looks like when you readd it and go to create an automation:

Hope this helps someone.