Skip to content

Commit

Permalink
Fix support Multimode 2 on fw 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Oct 29, 2023
1 parent 9ed0233 commit 21f86cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_gateway3/core/shell/shell_arm.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async def login(self):
await asyncio.sleep(0.1)
self.writer.write(b"\n") # empty password

coro = self.reader.readuntil(b"/ # ")
coro = self.reader.readuntil(b" # ")
await asyncio.wait_for(coro, timeout=3)

async def prepare(self):
Expand Down

0 comments on commit 21f86cc

Please sign in to comment.