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
in the last few days it stopped working and gives this error
Logger: homeassistant.config_entries
Source: custom_components/ecoflow/init.py:308
Integration: Ecoflow (documentation, issues)
First occurred: 20:15:56 (1 occurrences)
Last logged: 20:15:56
Error setting up entry DELTA Max 180001 for ecoflow
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/ecoflow/init.py", line 308, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, _PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
in the last few days it stopped working and gives this error
Logger: homeassistant.config_entries
Source: custom_components/ecoflow/init.py:308
Integration: Ecoflow (documentation, issues)
First occurred: 20:15:56 (1 occurrences)
Last logged: 20:15:56
Error setting up entry DELTA Max 180001 for ecoflow
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/ecoflow/init.py", line 308, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, _PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'
Beta Was this translation helpful? Give feedback.
All reactions