SN
SN
schollz, - Presence Detector - Internal Positioning (seems 2-3s delay) I am hoping to use find-lf for two purposes, in order of importance above. I am running HomeAssistant and as...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
Hi, If you disconnect the client, it simply cancels the surrounding task, but not any client_tasks related. https://github.com/beerfactory/hbmqtt/blob/master/hbmqtt/client.py#L163 ```python @asyncio.coroutine def disconnect(self): ... if self.session.transitions.is_connected(): if not self._disconnect_task.done(): self._disconnect_task.cancel() #...
If the feed is unreachable, could we have a thumnail? I'm not confident enough in my `async` to write a PR, but this would be a great addition that could...