Hey everyone, I'm currently working on a Home Assistant integration that creates multiple devices and automatically assigns corresponding entities to them.
🔹 Setup:
All devices & entities are defined in a const.py file.
The integration is structured across multiple Python files.
Devices are successfully created and assigned to the integration.
However, entities are not assigned to the integration or their respective devices.
❓ Any idea what could be causing this? 🤔 Could it be an issue with async_add_entities, or am I missing something during entity registration?
Any help is greatly appreciated! 🙌