First the install details.
System Health
arch armv7l
dev false
docker false
hassio false
installation_type Home Assistant Core
os_name Linux
os_version 4.14.200-odroidxu4
python_version 3.8.5
timezone America/Chicago
version 0.117.0
virtualenv true
Lovelace
dashboards 1
mode storage
resources 3
views 9
Upgrade process it self went smoothly, however I’m experiencing some issues after the fact, the most notable is the HACS integration no longer loading.
I’m wondering if anyone else has had this happen. Here is the logfile output
2020-10-29 12:47:34 WARNING (MainThread) [homeassistant.setup] Setup of hacs is taking over 10 seconds.
2020-10-29 12:48:15 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: hacs
2020-10-29 12:49:15 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: hacs
2020-10-29 12:49:16 CRITICAL (MainThread) [custom_components.hacs] [] - Could not load HACS!
2020-10-29 12:49:16 ERROR (MainThread) [homeassistant.setup] Error during setup of component hacs
Traceback (most recent call last):
File "/home/haos/devel/haos/virtualenv/lib/python3.8/site-packages/homeassistant/setup.py", line 213, in _async_setup_component
result = await task
File "/home/haos/devel/haos/config/custom_components/hacs/__init__.py", line 24, in async_setup
return await hacs_yaml_setup(hass, config)
File "/home/haos/devel/haos/config/custom_components/hacs/operational/setup.py", line 78, in async_setup
await async_startup_wrapper_for_yaml()
File "/home/haos/devel/haos/config/custom_components/hacs/operational/setup.py", line 113, in async_startup_wrapper_for_yaml
async_call_later(hacs.hass, 900, async_startup_wrapper_for_yaml())
File "/home/haos/devel/haos/virtualenv/lib/python3.8/site-packages/homeassistant/helpers/event.py", line 1160, in async_call_later
return async_track_point_in_utc_time(
File "/home/haos/devel/haos/virtualenv/lib/python3.8/site-packages/homeassistant/helpers/event.py", line 1134, in async_track_point_in_utc_time
job = action if isinstance(action, HassJob) else HassJob(action)
File "/home/haos/devel/haos/virtualenv/lib/python3.8/site-packages/homeassistant/core.py", line 174, in __init__
raise ValueError("Coroutine not allowed to be passed to HassJob")
ValueError: Coroutine not allowed to be passed to HassJob
Any help is appreciated
Thanks