From 9072bac0bac042fea8e0dcb99f86522a19fa60f7 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Tue, 19 Jul 2016 20:41:58 +0100 Subject: [PATCH] Updated Hikvision switch doc to provide port example (#663) --- source/_components/switch.hikvision.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/switch.hikvision.markdown b/source/_components/switch.hikvision.markdown index 36f4581e40e..6434dcc5f46 100644 --- a/source/_components/switch.hikvision.markdown +++ b/source/_components/switch.hikvision.markdown @@ -26,6 +26,7 @@ To use your Hikvision cam in your installation, add the following to your `confi switch: platform: hikvisioncam host: 192.168.1.32 + port: 80 name: Hikvision Cam 1 Motion Detection username: USERNAME password: PASSWORD @@ -34,6 +35,7 @@ switch: Configuration variables: - **host** *Required*: The IP address of your Hikvision camera, eg. 192.168.1.32 +- **port** *Optional*: The port to connec to your Hikvision camera (default is 80). - **name** *Optional*: This parameter allows you to override the name of your camera. - **username** *Required*: The username for accessing your Hikvision camera. - **password** *Required*: The password to access your Hikvision camera.