Hi @Vassilis great work here!
A while ago I forked your original broadlink IR component and made a Harmony Hub version.
I am thinking about working on a PR to integrate harmony hub compatibility with this smart IR platform. Most the code additions would be in the send_command() function.
To do this seamlessly and with minimal effort for end user to configure, I’m thinking I will need to create a ini specific for harmony, then in the config the user would just need to put that ini code in device_code
and for controller_send_service
they can use remote.send_command
.
For the ini, I am thinking it could be something like this
What do you think?
Also is there some numbering pattern with your ini filenaming?