Condition : day_night

I Have his Action

 action:
- alias: ''
data:
  entity_id: switch.garage_light
service: switch.turn_on
- delay: 00:10:00
- data:
  entity_id: switch.garage_light
  service: switch.turn_off
alias: Garge Light on side door open
condition: []
id: '1512693971687'
trigger:
- entity_id: sensor.garage_side_door
from: Closed
platform: state
to: Open

works great

have this
sensors:
day_night:
friendly_name: “Day/Night”
value_template: >-
{% if is_state(‘sun.sun’, ‘above_horizon’) %} Day {% else %} Night {% endif %}
icon_template: >-
{% if is_state(‘sun.sun’, ‘above_horizon’) %} mdi:weather-sunny {% else %} mdi:weather-
night {% endif %}

want to add the condition if day_night is night ten turn the light on for 10mins