Hikvision Camera Support


This hikvisioncam switch platform allows you to control your motion detection setting on your Hikvision camera.

To use your Hikvision cam in your installation, add the following to your configuration.yaml file:

1
2
3
4
5
6
7
# Example configuration.yaml entry
switch:
    platform: hikvisioncam
    name: Hikvision Cam 1 Motion Detection
    host: 192.168.1.26
    username: YOUR_USERNAME
    password: YOUR_PASSWORD