Hi,
I tried to connect to my NVR, which uses its default self signed SSL certificate for HTTPS.
Followed: https://www.home-assistant.io/integrations/uvc/
Cannot find a way to connect over SSL to it. But it works using non SSL as far as I can see.
Is there a way around?
The UniFi Controller platform have a “verify_cert” parameter, but not the UVC.
camera:
- platform: uvc
nvr: host.example.local
port: 7443
ssl: true
key: !secret uvc_api_key
password: !secret uvc_camera_password