Results 101 comments of SHxKM

Thanks @benbridts. I'm keeping this open as nested `primaryIdentifier`s seem to fail the tests, which shouldn't happen.

I'm also experiencing very slow behavior when using groups.

Moved to top level config and now it's working. Huh.

I just moved to ZHA from Deconz + Phoscon and I if I'm not mistaken implementing this one will solve the integration for every `QS-Zigbee-C01` curtain module? This one needs...

For me, HomeKit’s lock widget is too-often showing “All Off” for lights even when that’s practically never the case in my house.

Hmm, this is starting to seriously limit my ability to *manually* retry certain tasks. Suppose scheduled `task_a()` fails for any reason, even if I now manually invoke `task_a()` (within the...

@cameronmaske Please don't apologize. This library has spared me a logistical hellstew, so thank you! > Just to double-check, are you calling the task function directly or with delay/apply_async? Yes....

> Are you using celery with flask/django/another framework? Yes, this is happening in a Django app. > What version of python + celery are you using? Python 3.6.8 Celery 4.2.1...

I’m betting it’s this line: ``` assign_perm('qa.create_community', v) ``` ~~~try changing the first argument to `create_community`~~~ Edit: I’m actually not sure at all. Guardian’s docs show such usage too. Try...

Same here, this is pretty problematic as it seems to drain the battery quite a bit, and using `continuous: off` in home-assistant (in my case), just make the state-sync very...