AAlmarwani93
AAlmarwani93
https://github.com/jnimmo/pyIntesisHome/blob/ea027b1d6e57a8bed689acbdeb6c5d5aed2fff0b/pyintesishome/intesisbox.py#L57 Home assistant says that there is an issue in this line which is: ``` Traceback (most recent call last): File "/config/custom_components/intesishome/config_flow.py", line 126, in async_step_details await controller.connect() File "/usr/local/lib/python3.10/site-packages/pyintesishome/intesisbox.py",...
https://github.com/jnimmo/pyIntesisHome/blob/ea027b1d6e57a8bed689acbdeb6c5d5aed2fff0b/pyintesishome/intesisbase.py#L88 In intesis box if you do not receive a response from the server that means the intesis box stopped closed the connection due to a hang. Therefore we need...