Missing some Homematic IP devices

Hey. I´m a HASS Newcomer. I´ve the following lines integrated into my configuration.yaml:

# Homematic CCU
homematic:
  interfaces:
    hmip_gf:
      host: #IP
      port: 2010
      username: #User
      password: #Password
      resolvenames: json
    hmFunk_gf:
      host: #IP
      port: 2001
      username: #User
      password: #Password
      resolvenames: json
    hmip_gf_groups:
      host: #IP
      port: 9292
      username: #User
      password: #Password
      path: /groups
  hosts:
    gf_ccu3:
      host: #IP
      username: #User
      password: #Password

And i receive some parts like my wall thermostat, humidity, device status AND (and that´s my problem) only 3 of my 6 roller blind actuators. And i´ve no idea what to do. So i removed the lines from the configuration.yaml and rebootet my HASS. And than i brought it back to the configuration.yaml and restarted the HASS again. The result: I missing 3 of my 6 roller blind actuators. I could need some help, please!

Now only one blind is missing. Why?! What do I know… Any ideas?

Update:
Got it. I don’t know why it works now. I learned zero from it. Thanks for the good help! Always good for beginners when you can ask a question.