I’m trying to add a Hikvision Camera to HA,
with following setups in configuration.yaml:
camera:
- platform: hikvisioncam
host: 192.168.0.123
name: Camera
username: !UNAME
password: !PASS
I was also trying with ‘hikvision’ platform.
It looks like it runs without errors, but I cannot see the Camera device in device list.
Can somebody please help me with this?
Is there an extra step I have to do to add it?