Skip to content

Commit

Permalink
feedback in pullrequest related to adding Rodret
Browse files Browse the repository at this point in the history
  • Loading branch information
inventorofthingies committed Sep 28, 2023
1 parent 35494e4 commit a7d3ae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zhaquirks/ikea/twobtnremote.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ class IkeaTradfriRemote2BtnZLL(CustomDevice):

device_automation_triggers = IkeaTradfriRemote2Btn.device_automation_triggers.copy()


class IkeaRodretRemote2Btn(CustomDevice):
"""Custom device representing IKEA of Sweden RODRET remote control."""

Expand Down Expand Up @@ -236,7 +237,7 @@ class IkeaRodretRemote2Btn(CustomDevice):
DEVICE_TYPE: zha.DeviceType.NON_COLOR_CONTROLLER,
INPUT_CLUSTERS: [
Basic.cluster_id,
DoublingPowerConfig1CRCluster,
PowerConfiguration.cluster_id,
Identify.cluster_id,
PollControl.cluster_id,
LightLink.cluster_id,
Expand Down

0 comments on commit a7d3ae2

Please sign in to comment.