-
Notifications
You must be signed in to change notification settings - Fork 30
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
Several warning after upgrade to HA 2024.5 #173
Comments
the maintainer of this integration seems to need very long for fixing bugs. So long, to supress such warnings from the logs, you can add following to your configuration.yaml:
|
Thanks akmail, I implement the log as you suggested and now I'm able to use the integration again! |
I'm not a python developer at all, the fix in the line 454 would be something like this:
if someone could put that fix in please? so thanks in advance to the developers maintaing this. |
Meross LAN integration has already provided a fix for the same issue. If the maintainer wants to check how other developers seem to fix it ... thanks! |
in the upcoming release, five other integrations have fixed this... I wish Miele integration was more active... |
I guess it was hard to find out. but apparently this integration is not being updated anymore, instead there is a new standard integration in HACS, that is called "Miele" - https://github.com/astrandb/miele anyway. for a couple of minutes it seemed to work. but to be honest I find it it a bit hard to be up-to-date about this topic. how can I figure out that an integration is outdated and had been replaced by another one? also, to confuse a bit more, there seem to be tons on other forks from the miele integration, most of them are very active. what does it mean? I'm not sure really. |
HA log file has this message every 2 seconds:
WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'miele' at custom_components/miele/init.py, line 454: platform = import_module(".{}".format(component), name) (offender: /config/custom_components/miele/init.py, line 454: platform = import_module(".{}".format(component), name)), please create a bug report at https://github.com/HomeAssistant-Mods/home-assistant-miele/issues
Any idea how to fix it? Thanks
The text was updated successfully, but these errors were encountered: