Arlo: strange error after config check

Hello,

my hass.io is running fine except one thing i always get after checking the config (via ssh by command hassio homeassistant check).
Running on hass.io with latest ha release 0.91.3
Error is

Error: Testing configuration at /config
Failed config
  homeassistant.packages.security.arlo:
    - Package security setup failed. Component arlo has duplicate key 'username'
    - alarm_control_panel: [source /config/packages/security/security.yaml:11]
        - platform: arlo
      arlo: [source /config/packages/security/security.yaml:7]
        password: <pass>
        username: <user>
      camera: [source /config/packages/security/security.yaml:21]
        - platform: arlo
          ffmpeg_arguments: -pred 1 -q:v 2
      sensor: [source /config/packages/security/security.yaml:25]
        - platform: arlo
          monitored_conditions: [source /config/packages/security/security.yaml:27]
            - captured_today
            - last_capture
            - total_cameras
            - battery_level
            - signal_strength
Successful config (partial)
  homeassistant.packages.security.arlo:

My config for arlo is:

#################################################################
# Packages/Security
#################################################################

arlo:
  username: !secret arlo_user
  password: !secret arlo_password 

alarm_control_panel:
  - platform: arlo
 
camera:
  - platform: arlo
    ffmpeg_arguments: '-pred 1 -q:v 2'

sensor:
  - platform: arlo
    monitored_conditions:
      - captured_today
      - last_capture
      - total_cameras
      - battery_level
      - signal_strength

Maybe someone can give me a hint/solution.
Thanks in advance!

/ Ralf

I hope the credentials in the errorlog are not valid?

Nope, these are old ones.
But to not mess up, i replaced with *

/ Ralf

The official Arlo component is crap.
There is a new one: Arlo: replacement pyarlo module

Use that one. The new one is hopefully soon replacing the old Arlo component.

BR

Thanks for the hint! Hopefully its getting replaced soon as i really like the arlo cams.
/Ralf