Home Assistant Workarounds

This where I’m going to keep my personal notes on how to work around various issues on Home Assistant, but why not make them public ha ha.

I recently started getting an error when trying to update HA “update blocked from execution, no host internet connection”. After confirming the host did in fact have an internet connection, I tried numerous solutions (disabling IPV6 on HA – which doesn’t actually disable IPV6, disabling IPV6 on my router – which also didn’t help, changing the DNS settings in HA etc) and absolutely none of that worked. In the end I found this hacky solution which is kind of annoying but it does work:

ha jobs options --ignore-conditions internet_host
// go back to the UI and install your updates
ha jobs reset
// job done!

Leave a Reply

Your email address will not be published. Required fields are marked *