Time trigger pattern for every 10 minutes between 8pm and 10pm

Hi, Been reading through the guide and examples from home assistant regarding the time trigger pattern but can’t seem to find a way to trigger a automation every 10 minutes between 20:00 and 22:00 hours? Any help please?

description: "name"
mode: single
trigger:
  - platform: time_pattern
    minutes: /10
condition:
  - condition: time
    after: "20:00:00"
    before: "22:00:00"
action: []
1 Like