Skip to content

Commit d95aaa0

Browse files
Update hub.py
1 parent ac89736 commit d95aaa0

File tree

1 file changed

+1
-1
lines changed
  • custom_components/solaredge_modbus_multi

1 file changed

+1
-1
lines changed

custom_components/solaredge_modbus_multi/hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ async def _async_init_solaredge(self) -> None:
212212
raise HubInitFailed(
213213
f"pymodbus version must be at least {self.pymodbus_required_version}, "
214214
f"but {self.pymodbus_version} is installed. Please remove other custom "
215-
"integrations that depend on an older version of pymodbus."
215+
"integrations that depend on an older version of pymodbus and restart."
216216
)
217217

218218
if not self.is_connected:

0 commit comments

Comments
 (0)