LRuesink-WebArray / homey-matic

Homematic App for Homey
MIT License
19 stars 15 forks source link

Duplicate flow action IDs #125

Closed afalter closed 2 years ago

afalter commented 2 years ago

With the latest version of the Homey SDK, there is a new validation check for duplicate flow action IDs on "debug" level validation.

This causes validation error in this app when running 'homey app run', it complains about:

for the drivers

Naming the action ids like it is done also for other drivers with the driver ID as prefix for the action ID solves the issue. I will provide a pull request containing the fix.

afalter commented 2 years ago

Can be fixed with pull request #126

twendt commented 2 years ago

I merged the PR. This is unfortunately a breaking change, but there is no way around it. This was valid in the past and I did not realize that when I implemented it.

Thank you very much for your help, I really appreciate it.