first of all, thank you for your hard work on this integration!
After testing the 'dev' branch, I noticed that entities are generated with different names compared to the 'main' branch (see attached screenshot - bottom 8: original; top 8: dev branch). After investigating the original edl21 integration, I traced the issue to the "version": "3.0.0" entry in edl21/manifest.json. Removing this line causes the 'dev' branch to use the same entity names as the original integration.
Hi @fuslwusl,
first of all, thank you for your hard work on this integration! After testing the 'dev' branch, I noticed that entities are generated with different names compared to the 'main' branch (see attached screenshot - bottom 8: original; top 8: dev branch). After investigating the original edl21 integration, I traced the issue to the
"version": "3.0.0"
entry inedl21/manifest.json
. Removing this line causes the 'dev' branch to use the same entity names as the original integration.