-
-
Notifications
You must be signed in to change notification settings - Fork 346
Labels
blueprintAn issue related to a blueprintAn issue related to a blueprintbugSomething isn't workingSomething isn't working
Description
Blueprint name
Controller - IKEA E2201 RODRET Dimmer
Home Assistant Core Version
2025.11.1
Home Assistant Installation Type
Home Assistant Operating System
Description
Ikea have change the model name to RODRET wireless dimmer from RODRET Dimmer
Automation YAML config
input:
controller_device:
name: (Zigbee2MQTT, ZHA, deCONZ Required) Controller Device
description: The controller device to use for the automation. Choose a value
only if the remote is integrated with Zigbee2MQTT, ZHA, deCONZ.
default: ''
selector:
device:
filter:
- integration: mqtt
manufacturer: IKEA
model: RODRET wireless dimmer/power switch
- integration: mqtt
manufacturer: IKEA
model: RODRET wireless dimmer/power switch (E2201)
- integration: zha
manufacturer: IKEA of Sweden
model: RODRET Dimmer
***
- integration: zha
manufacturer: IKEA of Sweden
model: RODRET wireless dimmer
***
- integration: deconz
manufacturer: IKEA of Sweden
model: RODRET Dimmer
multiple: false
this line make it workingTo Reproduce
input:
controller_device:
name: (Zigbee2MQTT, ZHA, deCONZ Required) Controller Device
description: The controller device to use for the automation. Choose a value
only if the remote is integrated with Zigbee2MQTT, ZHA, deCONZ.
default: ''
selector:
device:
filter:
- integration: mqtt
manufacturer: IKEA
model: RODRET wireless dimmer/power switch
- integration: mqtt
manufacturer: IKEA
model: RODRET wireless dimmer/power switch (E2201)
- integration: zha
manufacturer: IKEA of Sweden
model: RODRET Dimmer
this lines make it working
- integration: zha
manufacturer: IKEA of Sweden
model: RODRET wireless dimmer
this lines make it working
- integration: deconz
manufacturer: IKEA of Sweden
model: RODRET Dimmer
multiple: false
Expected behavior
.
Actual Behaviour
.
Additional Details
- I'd like to help developing a fix for this issue.
Screenshots
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blueprintAn issue related to a blueprintAn issue related to a blueprintbugSomething isn't workingSomething isn't working