Hassio 100.3 Docker. Host Ubuntu in virtual box. I’m taking host system snapshots for quick recovery. Now, after restarting the system, the Weather.home assistant disappears.
In logs
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 406, in _async_add_entity
await entity.async_added_to_hass()
File "/usr/src/homeassistant/homeassistant/components/met/weather.py", line 82, in async_added_to_hass
await self._fetch_data()
File "/usr/src/homeassistant/homeassistant/components/met/weather.py", line 146, in _fetch_data
self._update()
File "/usr/src/homeassistant/homeassistant/components/met/weather.py", line 153, in _update
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 286, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 314, in _async_write_ha_state
attr.update(self.state_attributes or {})
File "/usr/src/homeassistant/homeassistant/components/weather/__init__.py", line 168, in state_attributes
forecast_entry[ATTR_FORECAST_TEMP],
KeyError: 'temperature'
In the list of sensors Weather.home assistant disappeared. The weather card does not work.