rfontijn
(Rfontijn)
May 17, 2023, 9:35am
21
Some guy created a PR for this issue which seems to work…
jrutski:main
← DannyNyops:patch-1
opened 07:11PM - 10 May 23 UTC
Fixed an error 'ConfigEntries' object has no attribute 'async_setup_platforms', … which was caused by an deprecated feature which will prevent the integration failing to start in Home Assistant 2023.5+
The function async_setup_platforms has been replaced.
Logger: homeassistant.config_entries
Source: custom_components/enphase_envoy/init.py:131
Integration: Enphase Envoy (DEV)
First occurred: 20:53:37 (1 occurrences)
Last logged: 20:53:37
Error setting up entry Envoy <code> for enphase_envoy
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/enphase_envoy/init.py", line 131, in async_setup_entry
hass.config_entries.async_setup_platforms(entry, PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'
1 Like
I don’t get it working…
I have a house abroad Envoy-S-Standard-EU Software Version 5.0.55: no problem, standard integration works fine
I have a house with software 7.6.172, also no problem with the standard integration.
All 3-phases.
My own house I have software 7.6.175, single phase, also Envoy-S-Standard-EU but with the standard integration and integration from briancmpbll (“Enphase Envoy (DEV)”) it’s not working…
What am I doing wrong?
I’ve ticked the box at the bottom. Strange it doesn’t tell me what it is for…