Order of entities on frontend

I would like to have the camera images placed above the media players on the frontend (I use states as default frontend and not lovelace). But no matter how i order the entites in my default_view the media players keep appearing above the camera image.
Is there a way to change this?

  default_view:
    view: true
    icon: mdi:home
    entities:
      - group.all_lights
      - camera.1
      - camera.2   
      - group.media_morgen  (THIS IS SHOWN BEFORE "camera.1 and camera.2")
      - alarm_control_panel.alarm
      - group.alarm
      - group.diverse_forside_group
      - group.vejrradar
      - group.vejr

Is there a reason you have not moved to Lovelace?

You have far more control over things like this.

not a really good reason :slight_smile:
I have just always liked the “original” look so I have never tried it out.
Only I use the default alarm panel and the one in lovelace seems pretty big when watching it on a mobile phone.