puddly
puddly
Thanks for your awesome app. I've been using it to geotag pictures but have on occasion forgotten to start it, so I've been leaving it running nonstop with a relatively...
@TheJulianJES reported strange behavior with a device re-joining during initialization and the initialization task somehow being launched *twice*, causing the device to complete zigpy initialization without being initialized at all:...
## Proposed change Add a new tab to the ZHA interface to show the current network settings to allow them to be backed up/restored. Unmerged Core PR: https://github.com/home-assistant/core/pull/75791 ## Type...
Apps are slowly beginning to use the Android KeyStore to encrypt database entries or the entire database itself, making it impossible to extract information without interfacing with the Android KeyStore....
**Describe the bug** I'm unable to see any live status updates reflected in the Android app. To see the current position or state of the robot, I have to go...
### Description In projects where aiosqlite is used just as an async replacement for the `sqlite3` module, it's not always possible to refactor downstream codebases to use async context managers...
I've run into a strange bug (that may be related to #13) sometimes reproducible by the following test case: ```python import ravel import asyncio async def main(): async def func():...
With no clear cause, all `dataRequest` commands were immediately rejected with a `205` status code, a "no route found" error. Rebooting individual devices or even restarting the network had no...
This change removes all of the specialized `ControllerApplication` methods responsible for sending requests (`request` for unicast, `mrequest` for group, and `broadcast` for broadcast) and replaces them with a single `send_packet`...
https://github.com/zigpy/zigpy/pull/1043