How can i do this automation between Thanksgiving and new years?

Here is my automation and I would like to keep it and have it set up to do only between two speciified dates. At first I want to do it between Thanksgiving and New Years

description: Christmas Lights On
trigger:
  - platform: sun
    event: sunset
    offset: 0
condition: []
action:
  - service: switch.turn_on
    data: {}
    target:
      device_id:
        - ff3c103adacf105ef3fbf80779029e4d
        - 2819fd5dc1e992ec9f1d5bcbc81b7404
        - 08df005c4405d5a092940d5953b15654
        - 3014e9b40aadc29bbb0193779372fb64
        - 1e282888bec909d78b29f166d7101d34
        - 18326afa8f8f0c11b927f23968c2c0d0
  - service: notify.mobile_app_sm_s918u
    data: {}
mode: single

There is no date condition, so you would have to use either state condition and a local calendar (easy to edit) or a template condition (less easy to change).