Device has no action to chose from

Hi all,

somehow i struggle to configure a script for my shutter…
everything is working fine i can manually close and open them this is all ok.

now i want to create a group with a script where i can close 5 shutter…

so i’ve created a ne script chosind the device and on 3 of them i can select the action to close. but on 2 of the devices i don’t get an action to chove from…

when i try to “edit as YAML” those 3 which are working i can see a devic_id but the other 2 i do not …

can someone help me … what is wrong ?
how to solve it…

Thansk and regards

action:
  service: cover.close
  entity_id:
    - cover.FIRST
    - cover.SECOND
    - cover.THIRD 
    - cover.FOURTH 
    - cover.FIFTH

?