-
Notifications
You must be signed in to change notification settings - Fork 46
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
integration broken in latest home assistant beta #154
Comments
got it working again by editing init.py commented out following lines |
Seems this has been removed from HA but not listed in release note changes. It is used to managed the import/export of schedules so is needed. Best option is to add into the manifest file and i'll try and get an update release done this week to put in there. Manifest then needs to be:{ "domain": "wiser", "name": "Wiser Heating Component for Home Assistant", "config_flow": true, "documentation": "https://github.com/asantaga/wiserHomeAssistantPlatform/blob/master/Recipes.md", "dependencies": [], "codeowners": ***@***.***", ***@***.***"], "version": "2.6", "requirements": ["wiser-heating-api==1.0.10.0", "ruamel.yaml==0.15.100"]
}Will require restart.Sent from my Galaxy
|
tried the manifest route first but did not work for me |
Ok. I'll look at this over weekend.Sent from my Galaxy
|
thanks guys, Alas Im "mid"moving house and all my wiser stuff is disconnected on my shelf. Can you test, issue PR and then me or Mark will merge and re-release. Thanks |
@scooper1 can you please update to R2.6beta4 and see if this is now sorted. |
Appears to working ok |
breaking change ruamel_yaml removed
2021-09-30 20:26:21 ERROR (MainThread) [homeassistant.setup] Setup failed for wiser: Unable to import component: cannot import name 'ruamel_yaml' from 'homeassistant.util' (/usr/src/homeassistant/homeassistant/util/init.py)
The text was updated successfully, but these errors were encountered: