mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Updated Hikvision switch doc to provide port example (#663)
This commit is contained in:
parent
bfcdcaa838
commit
9072bac0ba
@ -26,6 +26,7 @@ To use your Hikvision cam in your installation, add the following to your `confi
|
|||||||
switch:
|
switch:
|
||||||
platform: hikvisioncam
|
platform: hikvisioncam
|
||||||
host: 192.168.1.32
|
host: 192.168.1.32
|
||||||
|
port: 80
|
||||||
name: Hikvision Cam 1 Motion Detection
|
name: Hikvision Cam 1 Motion Detection
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
@ -34,6 +35,7 @@ switch:
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** *Required*: The IP address of your Hikvision camera, eg. 192.168.1.32
|
- **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.
|
- **name** *Optional*: This parameter allows you to override the name of your camera.
|
||||||
- **username** *Required*: The username for accessing your Hikvision camera.
|
- **username** *Required*: The username for accessing your Hikvision camera.
|
||||||
- **password** *Required*: The password to access your Hikvision camera.
|
- **password** *Required*: The password to access your Hikvision camera.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user