Been running HA for a year or so - doing some updating this morning of stuff loaded via HACS and now I’m getting this:
I’ve checked the logs but not really any the wiser - here’s the log flagged by the check the logs link
This error originated from a custom integration.
Logger: homeassistant.config_entries
Source: custom_components/hacs/__init__.py:171
Integration: HACS (documentation, issues)
First occurred: 11:46:54 (1 occurrences)
Last logged: 11:46:54
Error setting up entry for hacs
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/hacs/__init__.py", line 220, in async_setup_entry
setup_result = await async_initialize_integration(hass=hass, config_entry=config_entry)
File "/config/custom_components/hacs/__init__.py", line 206, in async_initialize_integration
await async_try_startup()
File "/config/custom_components/hacs/__init__.py", line 193, in async_try_startup
startup_result = await async_startup()
File "/config/custom_components/hacs/__init__.py", line 171, in async_startup
hass.config_entries.async_setup_platforms(
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'
I’m also seeing this in HACS itself
I did update the custom template-entity-row lovelace element - it seems to be working fine but not aware I’ve done anything else lovelace related.
I’ve restarted but same error.
All ideas welcomed - thanks