-
Notifications
You must be signed in to change notification settings - Fork 31
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
Import Error on upgrade to Python3.8 #13
Comments
Hi |
Same here
|
I'm using Climate_ip platform from HACS to connect to a Samsung CDZ I've checked and think to have found the issue: a wired thing is that the same const file include both don't know if this is wanted or just miss the ATTR_HVAC_ACTIONS in the new HA climate file |
Broken here after 0.102.0 also, tried removing "ATTR_HVAC_ACTIONS" and "MODES" but that only made it worse ;-) |
I think we do need to replace all calls to ATTR_HVAC_ACTIONS to ATTR_HVAC_ACTION in the samsungrac component unfortunately my HA hangs and I'm not at home to reboot it :( |
folks, I confirm! you need to edit climate.py file under /config/custom_components/climate_ip and replace the 2 references on ATTR_HVAC_ACTIONS to ATTR_HVAC_ACTION, save and reboot, it will work |
@emme73 That worked like a charm. |
Verified, working nice here too, I will create a pull request for it. |
Hi
After upgrade to 0.102.0 Home Assistant and python upgrade to 3.8 (from 3.6), I got the following error in the logs and the climate_ip component is unavailable.
It cant import 'ATTR_HVAC_ACTIONS'
The text was updated successfully, but these errors were encountered: