From 0bd7559de7c2e5105eb6f37f6b1a0374f6b29b15 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 4 Sep 2016 22:48:27 +0200 Subject: [PATCH] Update configuration variables --- source/_components/switch.hikvision.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_components/switch.hikvision.markdown b/source/_components/switch.hikvision.markdown index 6434dcc5f46..6fa0aedba40 100644 --- a/source/_components/switch.hikvision.markdown +++ b/source/_components/switch.hikvision.markdown @@ -1,7 +1,7 @@ --- layout: page title: "Hikvision Camera Switch" -description: "Instructions how to integrate Hikvision camera's into Home Assistant." +description: "Instructions how to integrate Hikvision camera switches into Home Assistant." date: 2015-06-10 22:54 sidebar: true comments: false @@ -34,8 +34,8 @@ 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. +- **host** (*Required*): The IP address of your Hikvision camera, eg. 192.168.1.32 +- **port** (*Optional*): The port to connec to your Hikvision camera. Defaults to 80. +- **name** (*Optional*): This parameter allows you to override the name of your camera. +- **username** (*Optional*): The username for accessing your Hikvision camera. Defaults to "admin". +- **password** (*Optional*): The password to access your Hikvision camera. Defaults to "12345".