From 7e9f7e37034cfd68e329589efe28edba0aa5ead7 Mon Sep 17 00:00:00 2001 From: Xavi Date: Sun, 2 Feb 2020 23:09:20 +0100 Subject: [PATCH] fix(E1743): Stepper.TOGGLE --- apps/controllerx/devices/ikea.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/controllerx/devices/ikea.py b/apps/controllerx/devices/ikea.py index c105fe81..9b7763dc 100644 --- a/apps/controllerx/devices/ikea.py +++ b/apps/controllerx/devices/ikea.py @@ -201,7 +201,7 @@ def get_zha_actions_mapping(self): "move_with_on_off_0_83": ( self.hold, LightController.ATTRIBUTE_BRIGHTNESS, - Stepper.TOGGLE, + Stepper.UP, ), "move_1_83": ( self.hold,