diff --git a/custom_components/aqara_gateway/core/shell.py b/custom_components/aqara_gateway/core/shell.py index 3505e88..c0a05cd 100755 --- a/custom_components/aqara_gateway/core/shell.py +++ b/custom_components/aqara_gateway/core/shell.py @@ -203,6 +203,7 @@ def login(self): self.run_command(password) self.run_command("stty -echo") + self.read_until(b"/ # ", timeout=10) self._suffix = "# " @@ -251,4 +252,4 @@ def login(self): class TelnetShellG2HPro(TelnetShellG3): - pass \ No newline at end of file + pass