Advertisement
jixd

Home Assistant: IP CAM

Sep 3rd, 2018
1,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #Camera
  2.  
  3. camera:
  4. - platform: mjpeg
  5. name: cam1
  6. still_image_url: http://192.168.0.12/image/jpeg.cgi
  7. mjpeg_url: http://192.168.0.12/mjpeg.cgi
  8. username: admin
  9. password: !secret pass2
  10.  
  11. - platform: onvif
  12. host: 192.168.0.23
  13. port: 8080
  14. name: Cam2
  15. username: admin
  16. password: !secret pass1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement