We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug (描述一下问题) I have installed today (07/23), cloning this repository and I am receiving the following message when hassio starts:
2021-07-23 12:57:16 ERROR (MainThread) [homeassistant.components.climate] Error while setting up midea_ac platform for climate Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 199, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/midea_ac/climate.py", line 73, in async_setup_platform device = ac(device_ip, int(device_id)) TypeError: __init__() missing 1 required positional argument: 'device_port'
Versions (版本信息)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug (描述一下问题)
I have installed today (07/23), cloning this repository and I am receiving the following message when hassio starts:
Versions (版本信息)
{
"domain": "midea_ac",
"name": "Midea Smart Aircon",
"version": "0.0.0",
"documentation": "",
"requirements": ["git+https://github.com/kueblc/midea-msmart.git@support-8370#msmart", "pycryptodome", "midea"],
"dependencies": [],
"codeowners": ["@mac-zhou"]
}
The text was updated successfully, but these errors were encountered: