Hello,
I am working with one app and I have successfully implement turn on/off, device discovery etc features using smart home skill. They are also working well. But now I do have requirement where suer can change color of light.
I have read in documentation that as of now smart home skill have no support for color change request and I will have to build custom skill.
So do I need to implement custom skill for all desired action which needs to performed on devices? Or can I create custom skill and use it inside my smart home skill? Also if I develop custom skill with account linking how I will be getting deviceId which is the primary requirement to perform any action. Is there any provision in custom skill where I can map devices with different group names same as smart home skill? I have not came across cuss thing while going through documentation.
Any help is really appreciated.