The HACS integration has stopped working affter the upgrade Home Assistant 2023.5.1.
Here's the error:
Error setting up entry WiZ Bulb for wiz_light
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/wiz_light/init.py", line 37, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'
The HACS integration has stopped working affter the upgrade Home Assistant 2023.5.1.
Here's the error:
Error setting up entry WiZ Bulb for wiz_light
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/wiz_light/init.py", line 37, in async_setup_entry hass.config_entries.async_setup_platforms(entry, PLATFORMS) AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'