From e0233c3099c8e9e5c48545ac1f109c7a1d70c7eb Mon Sep 17 00:00:00 2001 From: inventorofthingies <49992909+inventorofthingies@users.noreply.github.com> Date: Thu, 28 Sep 2023 18:32:33 +0100 Subject: [PATCH] no need to double power --- zhaquirks/ikea/twobtnremote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhaquirks/ikea/twobtnremote.py b/zhaquirks/ikea/twobtnremote.py index 696a25e588..cfeb79d7aa 100644 --- a/zhaquirks/ikea/twobtnremote.py +++ b/zhaquirks/ikea/twobtnremote.py @@ -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,