We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac89736 commit d95aaa0Copy full SHA for d95aaa0
custom_components/solaredge_modbus_multi/hub.py
@@ -212,7 +212,7 @@ async def _async_init_solaredge(self) -> None:
212
raise HubInitFailed(
213
f"pymodbus version must be at least {self.pymodbus_required_version}, "
214
f"but {self.pymodbus_version} is installed. Please remove other custom "
215
- "integrations that depend on an older version of pymodbus."
+ "integrations that depend on an older version of pymodbus and restart."
216
)
217
218
if not self.is_connected:
0 commit comments