The warning isn’t the issue, but it’s followed by an error on the same component. I have no idea if it’s related but I would try to disable it as one error might cause others.
I run HA in a virtual environment and run it like hass --script check_config in the venv. You can have a look here https://www.home-assistant.io/docs/configuration/troubleshooting/ about how to run that script in your environment. And yeah, run it after the upgrade.
Ok for whoever has HASSIO, thats the command in core-ssh
hassio homeassistant check
I will do it next weekend, I have a working environment and to check that would need to put HASSIO down for an hour, which will cause me problem with family
I tried several times to upgrade from 0.100.1 to 0.101.2, without any luck. First time I have issues doing upgrades with hass.io.
It looks like everything is OK (downloading packages), then after some time hass;io restarts and I’m basically back on 0.100.1.
I ran ‘hassio homeassistant check’ and the command completed without any errors being reported.
I had the same problem of not being able to upgrade. Mine was due to API password still in the config file commented out http: and the API password and upgrade went fine.
Yes ! Just tried that (found in another post) and it indeed solved the issue.
I basically did add the auth_providers key under ‘homeassistant:’ in the configuration.yaml, having one entry for homeassistant auth provider and one for the legacy API password and voilà, upgrade problem solved.
“hassio ha check” against 0.100.3 showed my config was fine - but running the “heck Home Assistant configuration” hassio image against 0.101.2 did find some issues. Trying to solve them now and see if this fixes my issues.
Same issue here - cannot update from 0.100.3 to 0.101.2
Maybe this in the release notes explains why it is not working:
The support of configuring the auth providers for API Password and Trusted Networks via the HTTP configuration is also removed. It now needs to be configured in the auth provider section (docs).
In configuration.yaml file under http: section try commenting api_password. In my case it is: # api_password: !secret HA_Password
Trying right now, hope that will help.
Update: after commenting api_password update worked fine