Skip to content

Commit c3c65af

Browse files
janiversenfrenck
authored andcommitted
Allow delay > 1 in modbus. (home-assistant#151832)
1 parent 3af8616 commit c3c65af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

homeassistant/components/modbus/entity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ async def async_turn(self, command: int) -> None:
345345
return
346346

347347
if self._verify_delay:
348-
assert self._verify_delay == 1
349348
if self._cancel_call:
350349
self._cancel_call()
351350
self._cancel_call = None

0 commit comments

Comments
 (0)