I updated to 0.106.2:
core-ssh:~# hassio homeassistant info
arch: armv7
boot: true
custom: false
image: homeassistant/raspberrypi3-homeassistant
ip_address: 172.30.32.1
last_version: 0.106.2
machine: raspberrypi3
port: 8123
ssl: false
version: 0.106.2
wait_boot: 600
watchdog: true
However I can no longer get to the dashboard. Port 8123 is non responding.
“hassio homassistant” logs give me:
2020-03-01 16:23:20 INFO (MainThread) [homeassistant.setup] Setting up stream
2020-03-01 16:23:20 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds.
2020-03-01 16:23:20 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.2 seconds.
2020-03-01 16:23:21 ERROR (MainThread) [aiounifi.api] Couldn't find key: None
2020-03-01 16:23:21 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 434, in _async_add_entity
await entity.async_update_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 284, in async_update_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 320, in _async_write_ha_state
state = self.state
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 602, in state
return STATE_ON if self.is_on else STATE_OFF
File "/usr/src/homeassistant/homeassistant/components/unifi/switch.py", line 174, in is_on
return self.port.poe_mode != "off"
File "/usr/src/homeassistant/homeassistant/components/unifi/switch.py", line 220, in port
return self.device.ports[self.client.sw_port]
AttributeError: 'NoneType' object has no attribute 'ports'
2020-03-01 16:23:21 INFO (MainThread) [homeassistant.setup] Setup of domain hassio took 1.8 seconds.
2020-03-01 16:23:21 INFO (SyncWorker_16) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2020-03-01 16:23:21 INFO (MainThread) [homeassistant.setup] Setting up tts
2020-03-01 16:23:21 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.0 seconds.
Does that mean that for some reason the server wasn’t started correctly? How do I fix this?