Skip to content

Commit

Permalink
no need to double power
Browse files Browse the repository at this point in the history
  • Loading branch information
inventorofthingies committed Sep 28, 2023
1 parent a7d3ae2 commit e0233c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhaquirks/ikea/twobtnremote.py
Expand Up @@ -85,7 +85,7 @@ class IkeaTradfriRemote2Btn(CustomDevice):
DEVICE_TYPE: zha.DeviceType.NON_COLOR_CONTROLLER,
INPUT_CLUSTERS: [
Basic.cluster_id,
DoublingPowerConfig1CRCluster,
PowerConfiguration.cluster_id,
Identify.cluster_id,
Alarms.cluster_id,
PollControl.cluster_id,
Expand Down

0 comments on commit e0233c3

Please sign in to comment.