Add model to device info
This allow to partly fix https://github.com/make-all/tuya-local/discussions/3474 and expose the manufacturer + model for other integrations.
This give a little more info on the device too:
This is not exposing the model, it is incorrectly tying the config file to device constructor, and using a fake for the conection test, which is when such information would be most useful. I prefer to leave this until the connection rework when the change can be done correctly.
I see, this was the closest I could come up with for any indication of the model. Any time line for the rework or anything yoy need help with?
Currently I am waiting for tinytuya to release 2.0.0 to begin the work, as that will anyway require a major rewrite.
I see, looks like they just started with 2.0.0?
I'm going to close this, as bringing config info into the device creates circular references based on past experience, it is important to keep these separate.