瀏覽代碼

Radiator boost deleted if circulation pump

tags/v1.0.0
Dirk Alders 1 年之前
父節點
當前提交
0bf885e58a
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      function/__init__.py

+ 0
- 2
function/__init__.py 查看文件

@@ -109,8 +109,6 @@ class all_functions(object):
109 109
         # tradfri button ffe_sleep right click
110 110
         self.ffe_sleep.button_tradfri.add_callback(devices.tradfri_button.KEY_ACTION,
111 111
                                                    devices.tradfri_button.ACTION_RIGHT, self.ffe_floor.main_light_shelly.toggle_output_0_mcb)
112
-        self.ffe_kitchen.circulation_pump.main_light_shelly.add_callback(
113
-            devices.shelly.KEY_OUTPUT_0, True, self.ffw_bath.radiator_function.boost, True)
114 112
 
115 113
     def gfw_dirk_input_1(self, device, key, data):
116 114
         if self.last_gfw_dirk_input_1 is not None:

Loading…
取消
儲存