We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09af41 commit e9b03caCopy full SHA for e9b03ca
1 file changed
plugwise/smile.py
@@ -43,10 +43,6 @@ def model_to_switch_items(model: str, state: str, switch: Munch) -> tuple[str, M
43
Helper function for set_switch_state().
44
"""
45
match model:
46
- case "dhw_cm_switch":
47
- switch.device = "toggle"
48
- switch.func_type = "toggle_functionality"
49
- switch.act_type = "domestic_hot_water_comfort_mode"
50
case "cooling_ena_switch":
51
switch.device = "toggle"
52
switch.func_type = "toggle_functionality"
0 commit comments