Issues naming Ikea FYRTUR shades/covers groups

Hello all,
I am running into issues grouping my ikea Fyrtur shades, and I am unsure if it is because I am using the ikea hub and integration to control them, or if it is just something I am missing in my configuration.yaml. Below are two examples of the configuration.yaml, first working, but resulting in the den shades group being listed in the overview in the section Cover with the name Group. However, when I attempt to change the name by adding the name line, the result is a Cover entry in the overview with “Entity not available: cover.cover_group” Any suggestions are appriciated, and if I have missed something obvious in the documentation, sorry.

Adam

Not Working:

cover:
  - platform: group
    name: den_shades
    entities:
      - cover.right_den_shade
      - cover.left_den_shade
      - cover.den_middle_blind

Working:

cover:
  - platform: group
   # name: den_shades
    entities:
      - cover.right_den_shade
      - cover.left_den_shade
      - cover.den_middle_blind