-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
calling hass.services.async_register from a thread other than the event loop, may cause crash or data corruption #245
Comments
Same for me: Logger: homeassistant.setup Error during setup of component zha_toolkit |
Same Here Traceback (most recent call last): |
I have the same error. Are you all on the 2024.8 beta for HA Core? I wonder whether it is related to that and HA's apparent efforts to stamp out programming practices that weaken HA (my understanding from the errors, change logs, etc). Edit: Not saying zha_toolkit was programmed poorly, but rather that HA is strengthening how things are done, thus requiring changes in integrations such as zha_toolkit. |
No, i am on Core 2024.7.4 |
Also same error. Running 2024.7.4.
|
Same but on 2024.8 Solved with 1.1.16 |
I've refactored some code - hopefully that's fine by the HomeAssistant team's rules. It start fine for me on 2024.07.4 |
The update fixed the previous error, but now I have this in the logs: Logger: homeassistant.setup Setup failed for custom integration 'zha_toolkit': Requirements for zha_toolkit not found: ['pytz>=>2016.10']. I'm on Core 2024.7.4 |
v1.1.16 is the latest version I saw and installed. The issue seems to have been fixed. I am running 2024.8 HA Core. |
1.1.16 have fixed the pytz error. Thanks |
The text was updated successfully, but these errors were encountered: