MIgrating Digoo DG-M1X cameras from 2021.6.6 to 2026.7.3

I have been running Home Assistant 2021.6.6 in a docker container on an RP4 for many years and it has worked great. I am attempting to migrate to 2026.7.3 running in a docker container on an RPI5.

I have three DG-M1X cameras that are working with the ONVIF integration on the old system but on the new system I get
image

Googling I found instructions to add them to configuration.yml and use ffmpeg but I can’t get it to work.

ffmpeg:
 ffmpeg_bin: /usr/bin/ffmpeg
camera:
 platform: ffmpeg
 input: rtsp://admin:[email protected]/onvif1
 name: back

Well, no answers, so I will give up on this new instance. Everything seems more difficult / impossible to configure. Anybody know when the onvif integration changed to not work with these cameras?

Am I correct that lovelace dashboards have been dropped?