You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: