-
Notifications
You must be signed in to change notification settings - Fork 229
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
HA 2023.6 Update Error #518
Comments
https://docs.python.org/3.8/library/asyncio-task.html#asyncio.coroutine That is the reason i think |
Go to your ../custom_components/xiaomi_miot_raw folder & And remove the following in each *.py file.
Then reload the addon, and then it will run again :-) |
This is the easiet solution. Thanks |
Hi , I need some help. |
They are not files, they are words in files. Go to miot folder, right click on miot folder, select find in folder, write "import asyncio". It will show all of them. Delete these words. Do the same for @asyncio.coroutine
Restart HA
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: mattiabrunello5 ***@***.***>
Sent: Saturday, June 10, 2023 12:56:59 AM
To: ha0y/xiaomi_miot_raw ***@***.***>
Cc: cataseven ***@***.***>; Author ***@***.***>
Subject: Re: [ha0y/xiaomi_miot_raw] HA 2023.6 Update Error (Issue #518)
Hi , I need some help.
I try to fix this problem with the latest version of HA, when I try to delete this file I don't find it in "config/custom_component/xiaomi_miot_raw".
I try with file editor , studio code server and SAMBA SHARE with no solution can any help me Thanks
—
Reply to this email directly, view it on GitHub<#518 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMQIZKFCHIDCIRXSJG3TTJTXKOL2XANCNFSM6AAAAAAY7B3B2U>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
mine still not working |
also need to change "yield from" to "await" in basic_dev_class.py (line 705,709) |
I have the same issue after updating of HA 2023.6 version |
Is this project no longer maintained |
Additionally, its required one more change from: #516 (comment) |
It works for me by just removing 'import asyncio' and '@asyncio.coroutine'. Thank you very much. |
024-04-10 22:34:18.516 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved |
Hi,
After the update I am getting this error for Xiaomi Miot Raw integration
This error originated from a custom integration.
The following integrations and platforms could not be set up:
Please check your config and
Logger: homeassistant.loader
Source: custom_components/xiaomi_miot_raw/basic_dev_class.py:684
Integration: Xiaomi MIoT (documentation, issues)
First occurred: 12:34:59 (6 occurrences)
Last logged: 12:35:00
Unexpected exception importing platform custom_components.xiaomi_miot_raw.binary_sensor
Unexpected exception importing platform custom_components.xiaomi_miot_raw.number
Unexpected exception importing platform custom_components.xiaomi_miot_raw.fan
Unexpected exception importing platform custom_components.xiaomi_miot_raw.select
Unexpected exception importing platform custom_components.xiaomi_miot_raw.vacuum
The text was updated successfully, but these errors were encountered: