Automation to Toggle magic home led lights with harmony activity?

In the ST App:
You can use the Alexa Virtual Switch that doubles as a Contact Sensor that can trigger Routines in the Alexa App. (link below)

Use webCoRE to create the appropriate rule.

If Harmony Activity changes to on
And
Time is between x and y
Then with Virtual Switch
Turn on

If Harmony Activity changes to off
Then with Virtual Switch
Turn off

In the Alexa App:
If Contact Sensor (this is the Virtual Switch that shows up as a Contact Sensor) opens
Then turn on LED strip

If Contact Sensor closes
Then turn off LED strip