mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Add variables description
This commit is contained in:
parent
3e48f688bc
commit
7b8c234c25
@ -18,8 +18,15 @@ To use your Hikvision cam in your installation, add the following to your `confi
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
switch:
|
switch:
|
||||||
platform: hikvisioncam
|
platform: hikvisioncam
|
||||||
|
host: 192.168.1.32
|
||||||
name: Hikvision Cam 1 Motion Detection
|
name: Hikvision Cam 1 Motion Detection
|
||||||
host: 192.168.1.26
|
username: USERNAME
|
||||||
username: YOUR_USERNAME
|
password: PASSWORD
|
||||||
password: YOUR_PASSWORD
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **host** *Required*: The IP address of your Hikvision camera, eg. 192.168.1.32
|
||||||
|
- **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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user