Switch between multiple scenes based on the time of the day

Hello,
I need some help to do an automation.
I want to be able to switch between multiple scenes based on the time of the day:
morning, afternoon, evening, night etc.

somethg like this:
i

…or, in yaml:

description: ""
mode: single
trigger:
  - platform: time
    at: "10:00:00"
condition: []
action:
  - service: scene.turn_on
    target:
      entity_id: scene.halloween
    metadata: {}

Thanks

Is it possible to do it between periods of time in nodered?
07:00 - 19:00 scene 1
19:00 - 22:00 scene 2
22:00 - 07:00 scene 3

And how can i bypass the scene if changed manually?