Need help with Hik Camera in HA

ok ok… I think I got it… I had to specify the authentication to digest…

  - platform: generic
    still_image_url: http://192.168.1.149:65005/ISAPI/Streaming/channels/1/picture  
    name: Ext arrière maison
    username: admin
    password: !secret hikvision
    authentication: digest
  - platform: generic
    still_image_url: http://192.168.1.149:65006/ISAPI/Streaming/channels/1/picture  
    name: Ext cote maison
    username: admin
    password: !secret hikvision
    authentication: digest

Wow, so much faster getting the image vs FFMPEG camera setup… I changed all my cams this way.