Fix hassio warning about blocking SSL setup Detected blocking call to load_default_certs and
setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done
Also fixed approach how to detect if DisableLinkage feature is present which return false True (positive) even when the feature is not present in the camera and direct cgi-bin call return 400 error.
Fix hassio warning about blocking SSL setup
Detected blocking call to load_default_certs
andsetup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done
Also fixed approach how to detect if DisableLinkage feature is present which return false True (positive) even when the feature is not present in the camera and direct cgi-bin call return 400 error.