Browse Source

Radiator boost deleted if circulation pump

tags/v1.0.0
Dirk Alders 1 year ago
parent
commit
0bf885e58a
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      function/__init__.py

+ 0
- 2
function/__init__.py View File

109
         # tradfri button ffe_sleep right click
109
         # tradfri button ffe_sleep right click
110
         self.ffe_sleep.button_tradfri.add_callback(devices.tradfri_button.KEY_ACTION,
110
         self.ffe_sleep.button_tradfri.add_callback(devices.tradfri_button.KEY_ACTION,
111
                                                    devices.tradfri_button.ACTION_RIGHT, self.ffe_floor.main_light_shelly.toggle_output_0_mcb)
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
     def gfw_dirk_input_1(self, device, key, data):
113
     def gfw_dirk_input_1(self, device, key, data):
116
         if self.last_gfw_dirk_input_1 is not None:
114
         if self.last_gfw_dirk_input_1 is not None:

Loading…
Cancel
Save