CCA Time Control opens while Sun Protection is active

I’m having a bit of trouble understanding – or rather, I have a question – about Cover Control automation.
How can I prevent the roller shutter from opening late in the following scenario?

  • Automation options
    Open in the morning + Close in the evening
    Time control
    Sun position
    Sun protection

The roller shutter opens at 7.08 am based on the sun’s position.
The sun protection closes at 7.20 am due to the sun position threshold.
The ‘Time Open Late’ function opens at 8.00 am.

However, I would like the sun protection to remain active.
But how...

Thanks in advance

Hi Nestarson,
Welcome to the Home Assistant Forum.

Start by sharing your YAML formatted using the </> button in the editor here...
Otherwise we have nothing to help you with.

Yes Sir,
sorry for hte late reply. I wondering why the times for Late_up are noct in the yaml.
Thank you for your help.

alias: CCA Arbeitszimmer
description: ""
use_blueprint:
  path: hvorragend/cover_control_automation.yaml
  input:
    blind: cover.rolladen_arbeitszimmer_cover_0
    cover_status_helper: input_text.helper_rolladen_arbeitszimmer
    drive_time: 30
    workday_sensor: binary_sensor.workday_sensor
    sun_elevation_up: 14
    sun_elevation_down: -2
    shading_conditions_start_and:
      - cond_azimuth
      - cond_elevation
    shading_conditions_end_or:
      - cond_azimuth
      - cond_elevation
    shading_azimuth_start: 90
    shading_azimuth_end: 269
    shading_elevation_min: 15
    shading_elevation_max: 61
    shading_end_immediate_by_sun_position: true
    auto_options:
      - auto_up_enabled
      - auto_down_enabled
      - auto_sun_enabled
      - auto_shading_enabled
      - time_control_enabled
    individual_config:
      - prevent_higher_position_closing
      - prevent_opening_multiple_times
    calendar_entity: calendar.workday_sensor_kalender
    time_up_early: "07:00:00"
    time_up_early_non_workday: "07:30:00"