From 0bf885e58a8e274939eb7aac57433902a0b80aa6 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 16 Jan 2023 06:50:20 +0100 Subject: [PATCH] Radiator boost deleted if circulation pump --- function/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/function/__init__.py b/function/__init__.py index c3b0bd0..c994791 100644 --- a/function/__init__.py +++ b/function/__init__.py @@ -109,8 +109,6 @@ class all_functions(object): # tradfri button ffe_sleep right click self.ffe_sleep.button_tradfri.add_callback(devices.tradfri_button.KEY_ACTION, devices.tradfri_button.ACTION_RIGHT, self.ffe_floor.main_light_shelly.toggle_output_0_mcb) - self.ffe_kitchen.circulation_pump.main_light_shelly.add_callback( - devices.shelly.KEY_OUTPUT_0, True, self.ffw_bath.radiator_function.boost, True) def gfw_dirk_input_1(self, device, key, data): if self.last_gfw_dirk_input_1 is not None: