Skip to content

Commit 5552992

Browse files
committed
Add comment as suggested by Coderabbitai
1 parent b8d16a5 commit 5552992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _appl_thermostat_info(self, appl: Munch, xml_1: etree, xml_2: etree = None)
102102
module_data = self._get_module_data(xml_1, locator, mod_type, xml_2)
103103
appl.vendor_name = module_data["vendor_name"]
104104
appl.model = module_data["vendor_model"]
105-
if appl.model != "ThermoTouch":
105+
if appl.model != "ThermoTouch": # model_id for Anna not provided when stand-alone
106106
appl.model_id = appl.model
107107
appl.model = check_model(model, appl.vendor_name)
108108

0 commit comments

Comments
 (0)