Add new sensors to a group programmatically

Hi,

I’m trying to update the entities associated with a group within a Python script, more specifically in the async_setup function. Is it possible to change the list of entities associated to a group? If so, how can I do this?

Thanks