SONOFF is shown as Light not as Switch (for heating)

I would like to use the SONOFF ZBMINI to steer my heaters. This works pretty good. But it shows up as light.heizung_eingang_og instead of switch. This leads to a problem, i can’t make a Group with a switch and a light.

Goal:

  1. Change ZBMINI to switch instead of light
  2. Make a group with a switch and a light.

Both would solve the challenge :slight_smile:

Thanks a lot for your help.

Assuming you are using ZHA you can change the device type by adding something similar to below in your configuration.yaml.


zha:
  device_config:
    00:12:4b:00:22:ed:55:37-1:    
      type: "switch"              
    00:12:4b:00:22:ed:55:37-2:    
      type: "switch"

The ID looks like a MAC address but is actually IEEE ID and can be found from the device in settings under Zigbee info. Note you need to add a -1 at the end like above, the -2 is if your device has two channels. You may need to delete and re add the device after adding the config and rebooting HA.