Skip to content

Commit c13af97

Browse files
committed
Improve comment
1 parent 4688bfa commit c13af97

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
@@ -103,7 +103,7 @@ def _appl_thermostat_info(self, appl: Munch, xml_1: etree, xml_2: etree = None)
103103
module_data = self._get_module_data(xml_1, locator, mod_type, xml_2)
104104
appl.vendor_name = module_data["vendor_name"]
105105
appl.model = module_data["vendor_model"]
106-
if appl.model != "ThermoTouch": # model_id for Anna not provided when stand-alone
106+
if appl.model != "ThermoTouch": # model_id for Anna not present as stand-alone device
107107
appl.model_id = appl.model
108108
appl.model = check_model(appl.model, appl.vendor_name)
109109

0 commit comments

Comments
 (0)