Update Hikvision camera list (#5635)

This commit is contained in:
Olaf van Zandwijk 2018-06-30 16:36:16 +02:00 committed by Fabian Affolter
parent 74d6bbec71
commit a340cb8cbc

View File

@ -18,7 +18,7 @@ The Hikvision Binary Sensor is a platform that parses the event stream of a [Hik
The platform will automatically add all sensors to Home Assistant that are configured within the camera/nvr interface to "Notify the surveillance center" as a trigger. If you would like to hide a sensor type you can do so by either unchecking "Notify the surveillance center" in the camera configuration or by using the "ignored" customize option detailed below. The platform will automatically add all sensors to Home Assistant that are configured within the camera/nvr interface to "Notify the surveillance center" as a trigger. If you would like to hide a sensor type you can do so by either unchecking "Notify the surveillance center" in the camera configuration or by using the "ignored" customize option detailed below.
<p class='note'> <p class='note'>
In order for the sensors to work the hikvision user must have the 'Remote: Notify Surveillance Center/Trigger Alarm Output' permission which can be enabled from the user management section of the web interface. Also the 'WEB Authentication' needs to be set to 'digest/basic' in the security/authentication section. In order for the sensors to work the hikvision user must have the 'Remote: Notify Surveillance Center/Trigger Alarm Output' permission which can be enabled from the user management section of the web interface. Also the 'WEB Authentication' needs to be set to 'digest/basic' in the security/authentication section.
</p> </p>
For example, if you configure a camera with the name "Front Porch" that has motion detection and line crossing events enabled to notify the surveillance center the following binary sensors will be added to Home Assistant: For example, if you configure a camera with the name "Front Porch" that has motion detection and line crossing events enabled to notify the surveillance center the following binary sensors will be added to Home Assistant:
@ -44,6 +44,7 @@ This platform should work with all Hikvision cameras and nvrs, and has been conf
- DS-2CD2032-I - DS-2CD2032-I
- DS-2CD2042WD-I - DS-2CD2042WD-I
- DS-2CD2142FWD-I - DS-2CD2142FWD-I
- DS-2CD2155FWD-IS
To enable this sensor, the following lines are required in your `configuration.yaml` file: To enable this sensor, the following lines are required in your `configuration.yaml` file: