Doorbrid Station D2102V with twoo buttons problem

Hello i got a Doorbird with two buttons.
Since the new update of home assistant when u have the more advances integration panel, i cant get my second doorbell configured. I don’t see the last pushed triggere image of the second doorbell. Before it worked… Someone has the same problem?
my configuration is:
doorbird:

  devices:

    - name: !secret doorbird_name_1

      host: !secret doorbird_ip

      username: !secret doorbird_username_1

      password: !secret doorbird_password_1

      token: !secret doorbird_token

      events:

        - somebody_pressed_the_button

        - relay_unlocked

        - rfid_card_scanned

        - motion_detection

    - name: !secret doorbird_name_2

      username: !secret doorbird_username_2

      password: !secret doorbird_password_2

      host: !secret doorbird_ip

      token: !secret doorbird_token

      events:

        - somebody_pressed_the_button

        - relay_unlocked

        - rfid_card_scanned

        - motion_detection

I too got the same issue, used to work fine.