Control a light with the IKEA Rodret 2-button dimmer.
- Hold UP/DOWN = dim continuously (direction saved in input_select)
- Release = stop dimming
- Single click ON/OFF = toggle light
ZHA (no support for zigbee2mqtt at the moment or ever if you want it and it works then do a pull I'll add it)
This blueprint requires two helper entities to be created manually:
input_boolean.rodret_dimming_activeinput_select.rodret_hold_directionwith options "up" and "down"
Add this to your configuration.yaml:
input_boolean:
rodret_dimming_active:
name: Rodret Dimming Active
initial: false
input_select:
rodret_hold_direction:
name: Rodret Hold Direction
options:
- "up"
- "down"
initial: "up"
Click the button below to import this blueprint directly into your Home Assistant instance:
- clean up
- double tap
- add support for zigbee2mqtt