Update home assistant core and os
Errors when I update my Home Assistant Operating System
-
‘HomeAssistantCore.update’ blocked from execution, no host internet connection
-
‘OSManager.update’ blocked from execution, no supervisor internet connection
Comments: They may be caused by bridge
internet connection.
Check the internet infomation from terminal:
virsh console hass
root
ha network info
It will show that host_internet: false
and supervisor_internet: false
. That’s the point.
Solutions
virsh console hass
root
ha jobs options --ignore-conditions internet_host
ha jobs options --ignore-conditions internet_system
ha core update
ha os update
ha jobs reset
References
Share on: