I just updated to 0.106.5 and looks like it broke my HA on Ubuntu initially. Unlike normal updates it shows a bad gateway message on screen and couldn’t reload the web gui. After physically rebooting the computer and waiting a while it came back but now asking again to update.
OK backing up and trying again.
bad gateway 502 normally happens to me when the homeassistant container isn’t up and running yet
Went thru this time so who know what happened and why it didn’t install and had to be done a second time.
Though the coronavirus Integration broke:
2020-03-04 19:53:44 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 278, in async_add_entities
for entity in new_entities
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 275, in
self._async_add_entity(
File “/usr/src/homeassistant/homeassistant/components/coronavirus/sensor.py”, line 15, in
for info_type in (“confirmed”, “recovered”, “deaths”, “current”)
File “/usr/src/homeassistant/homeassistant/components/coronavirus/sensor.py”, line 30, in init
self.name = f"{coordinator.data[country].country} Coronavirus {info_type}"
TypeError: ‘NoneType’ object is not subscriptable