So this is being discovered in via the UI but I am unable to set it up. I see nothing in the logs about it... just an instant Failed to connect error in the UI. When I goto the dev tools in the browser the response from HA is as follows
{
"type": "form",
"flow_id": "01JYW24FXKPHM4C21758G3HFDY",
"handler": "unifiprotect",
"data_schema": [
{
"type": "string",
"name": "username",
"required": true,
"default": "hass"
},
{
"type": "string",
"name": "password",
"required": true
}
],
"errors": {
"base": "cannot_connect"
},
"description_placeholders": {
"name": "Dream-Machine-Professional",
"ip_address": "192.168.120.1",
"local_user_documentation_url": "https://www.home-assistant.io/integrations/unifiprotect#local-user"
},
"last_step": null,
"preview": null,
"step_id": "discovery_confirm"
}