IP Camera ESP32 Cam

Am trying to get esp32 cam from M5Stack using esphome to generate firmware.
Firmware install and streaming to web page work well.
However when I try to install using generic option on IP Camera binding I get “initialising” in the thing status and only log entry I get (even on TRACE) is

Binding has not been supplied with a FFmpeg Input URL, so some features will not work

Because I didn’t enter a value in the field.
Tried several times + IP Camera Binding reinstallation

Any clues?

UID: ipcamera:generic:7e77d1f1c9
label: Doorcam
thingTypeUID: ipcamera:generic
configuration:
  ffmpegInputOptions: -f mjpeg
  mjpegOptions: -q:v 5 -r 2 -vf scale=640:-2 -update 1
  ipAddress: http://192.168.0.99
  mjpegUrl: http://192.168.0.99:8088
  updateImageWhen: "0"
  gifPreroll: 0
  ffmpegLocation: /usr/bin/ffmpeg
  ipWhitelist: DISABLE
  mp4OutOptions: -c:v copy -c:a copy
  pollTime: 1000
  port: 8089
  snapshotUrl: http://192.168.0.99:8089
  snapshotOptions: -an -vsync vfr -q:v 2 -update 1
  hlsOutOptions: -strict -2 -f lavfi -i aevalsrc=0 -acodec aac -vcodec copy
    -hls_flags delete_segments -hls_time 2 -hls_list_size 4
  gifOutOptions: -r 2 -filter_complex
    scale=-2:360:flags=lanczos,setpts=0.5*PTS,split[o1][o2];[o1]palettegen[p];[o2]fifo[o3];[o3][p]paletteuse
  ffmpegInput: http://192.168.0.99:8088