Been using Gladys for a few days now and really liking it! I’ve noticed that you cannot add Generic IR devices that are used to control things like aircons through the Tuya integration. When doing the Tuya discover, it shows up the devices but comes up saying “Model not managed or available”. It would be awesome if this could be integrated fully into Gladys
I have created a PR for this IR feature. The idea is quite simple, but the code implementation is not really optimal. Could you take a look and help me refactor the code or create a similar PR based on the same idea? It is currently running quite well on my local server.
The code is not that bad, what you needs now is to run prettier (to fix code formatting), run eslint (for linting), and write unit-tests for this integration!