Skip to content

Commit abc0455

Browse files
committed
Correct index
1 parent 1cf676e commit abc0455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/nodes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ async def _node_info_update_state(
529529
hardware,
530530
)
531531
if len(model_info) > 1:
532-
self._node_info.model_type = " ".join(model_info[2:])
532+
self._node_info.model_type = " ".join(model_info[1:])
533533
else:
534534
self._node_info.model_type = ""
535535
if self._node_info.model is not None:

0 commit comments

Comments
 (0)