Onvif not working with 0.107.7

Hi,
My onvif camera isn‘t found by home assistant any more.
I think it started with upgrading from 0.107.3 to 0.107.7.
The configuration didn‘t change.
I can access the camera via direct web and app access.
The only error in the log is:

2020-03-28 15:03:21 ERROR (MainThread) [homeassistant.components.camera] Error requesting stream: Camera not found

What’s in your configuration.yaml about ONVIF?

  - platform: onvif
    host: 192.168.0.85
    username: username
    password: mypassword
    port: 8080
    profile: 1
    name: Cam1

Well I took a look at the entities and found out that there is a cam1_2, which works fine.
I will delete the first and rename the second one.