Skip to content

Commit

Permalink
Merge pull request #50 from bobvandevijver/patch-1
Browse files Browse the repository at this point in the history
#45: Replace async_setup_platforms with async_forward_entry_setups
  • Loading branch information
briancmpbll committed Feb 13, 2023
2 parents 73e6041 + c4dfbbb commit bc7da27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/enphase_envoy_custom/__init__.py
Expand Up @@ -105,7 +105,7 @@ async def async_update_data():
NAME: name,
}

hass.config_entries.async_setup_platforms(entry, PLATFORMS)
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)

return True

Expand Down

1 comment on commit bc7da27

@jfhmolina
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good afternoon, thanks for the integration, but I have a problem. The current consumption and production sensor does not recognize it in the energy tab.
HA detects all the services but does not recognize the current consumption and production in different cards including the energy card.

Thanks.

Please sign in to comment.