It’s got to be something like this…, but this is the only think I can think of that is ‘unusual’ in my configuration.yaml…, everything else is stock…, or it could be something to do with the ordering…, race condition perhaps ?
There is some sort of configuration.yaml issue. I tried the trick to delete it (which also deletes the secrets.yaml) and put my original entries back one-by-one. The one that seems to lock-up the system is my “sensor:” entry so I am back to functional with the exception of my rest sensor that I had in my configuration.yaml.
any change to rest in 0.117? I don’t see any and I have rest sensors in my config as well as in some packages. Can you show your config? I had no issues I wasn’t expecting in 0.117.0
I updated to 117.0 and it broke my ozw, mqtt, and all sensors. I had just “config:” in my configuration.yaml so I downgraded to 116.4 then replaced it with “default_config:” then updated to 117.0 and now everything is working.
One other thought. I think its a mistake to not use default_config because they do seem to add stuff to it and you can break stuff by not using it (unexpectedly without warning). There are open WTH and feature requests to be able to exclude components from default_config.
Honestly I forgot I changed it a long time ago to exclude the map as it was giving me problems on a old android tablet I used as a wall controller that I don’t use anymore anyway. I think you are right and most users if not all should keep the default_config.
Same issue
Upgrade from 0.116.4 to 0.117.0 on Rpi3 and HA boot seems to hang with no errors
Unable to roll back from SSH
Reingstalling now will then downgrade with snapshot and investigate over the weekend
Will try renaming configuration.yaml as mentioned above, although I already have the default_config: entry
I created a thread yesterday but I probably should have put it in Installation rather than HA OS
Adding default_config and removing certain REST sensors has allowed me to upgrade to 0.117.0 successfully today, however I’m fairly certain it was the REST sensors that were causing the issues.
default_config has added a lot that I didn’t want, so I may go back to cherry-picking configuration again.
@tescophil has the answer (for me, at least). I’m running HA in a Docker container on a Synology NAS, and the upgrade to 0.117 failed to start, with the logs stopping halfway through setup.
I have a couple of REST sensors with resource_template in — I commented those out and it starts up just fine. Will have to work out how to re-do those sensors in a way that doesn’t crash.
In my experience if HA failed to started there are some problem with writing the recorder or something in that area. The best way to solve it to remove/delete everything with home-assistant some times it can have 4 files. home-assistant_v2.db, home-assistant.log etc. BTW make sure your HA is stop when you delete the files… and start… HA should working again.