We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guide should show like this for multi camera
#Dahua event listener #https://github.com/SaWey/home-assistant-dahua-event #IVS : Tripwire, Intrusion, Object Abandoned/Missing Advanced Intelligent Functions #Advanced Intelligent Functions: Face Detection #IPC-HDW4231EM-ASE #REQUIREMENTS = ['pycurl>=7'] ######################################################################### dahua_event: # - name: Laundry protocol: http host: !secret laundry_cam_ip port: 80 user: !secret nvr_username password: !secret nvr_passsword events: CrossLineDetection,CrossRegionDetection,LeftDetection,TakenAwayDetection,FaceDetection # - name: kitchen protocol: http host: !secret kitchen_cam_ip port: 80 user: !secret nvr_username password: !secret nvr_passsword events: CrossLineDetection,CrossRegionDetection,LeftDetection,TakenAwayDetection,FaceDetection # - name: Living room protocol: http host: !secret livingroom_cam_ip port: 80 user: !secret nvr_username password: !secret nvr_passsword events: CrossLineDetection,CrossRegionDetection,LeftDetection,TakenAwayDetection,FaceDetection # - name: Family room protocol: http host: !secret familyroom_cam_ip port: 80 user: !secret nvr_username password: !secret nvr_passsword events: CrossLineDetection,CrossRegionDetection,LeftDetection,TakenAwayDetection,FaceDetection
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Guide should show like this for multi camera
The text was updated successfully, but these errors were encountered: