Struggling with getting devices live

Hi, @jomag

Sorry for the delay, we finally got a reply from the engineering team.
So, instead of using a presentation ID like “SmartThings-smartthings-SkyBell_HD_Doorbell”. You can create your own device configuration, but you’ll need to add the property “dpInfo” with the following values:

"dpInfo": [
        {
            "os": "ios",
            "dpUri": "storyboard://HMVSController/HMVSViewController",
            "arguments": []
        },
        {
            "os": "android",
            "dpUri": "plugin://com.samsung.android.plugin.camera",
            "arguments": []
        }
    ]

Please let me know if you have any questions.