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
I'm getting the following error in HA after upgrading to 2023.5.2 (it wqas working fine on 2022.4.5).
I get the following error log:
Logger: homeassistant.config_entries
Source: custom_components/melview/init.py:93
Integration: MelView (documentation, issues)
First occurred: May 11, 2023 at 10:05:56 PM (2 occurrences)
Last logged: 5:16:12 PM
Error setting up entry [email protected] for melview
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/melview/init.py", line 93, 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:
I'm getting the following error in HA after upgrading to 2023.5.2 (it wqas working fine on 2022.4.5).
I get the following error log:
Logger: homeassistant.config_entries
Source: custom_components/melview/init.py:93
Integration: MelView (documentation, issues)
First occurred: May 11, 2023 at 10:05:56 PM (2 occurrences)
Last logged: 5:16:12 PM
Error setting up entry [email protected] for melview
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/melview/init.py", line 93, 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: