Skip to content

Commit 6412df1

Browse files
committed
Improve comment
1 parent d53b425 commit 6412df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def _energy_device_info_finder(self, appl: Munch, appliance: etree) -> Munch:
389389
mod_type = "electricity_point_meter"
390390
module_data = self._get_module_data(appliance, locator, mod_type)
391391
appl.hardware = module_data["hardware_version"]
392-
appl.model = module_data["vendor_model"] # don't use model_id for P1
392+
appl.model = module_data["vendor_model"] # don't use model_id for Smartmeter
393393
appl.vendor_name = module_data["vendor_name"]
394394
appl.firmware = module_data["firmware_version"]
395395

0 commit comments

Comments
 (0)