Is there a Hue Scene 'Off'?

HI using my HA interface to select Hue scenes and groups:

group:
  hue_light_control:
    name: Hue Light Control
    icon: mdi:spotlight
    control: hidden
    entities:
      - input_select.hue_scenes
      - input_select.hue_groups
      - script.set_hue_scene

and the input_select for the default scenes:

input_select:
  hue_scenes:
    name: Select Hue Scenes
    icon: mdi:creation #palette
    options:
      - Arctische dageraad
      - Savanne zonsondergang
      - Tropische schemering
      - Lentebloesem
      - Concentreren
      - Gedimd
      - Energie
      - Helder
      - Lezen
      - Nachtlampje
      - Ontspannen
    initial: Ontspannen

I was hoping we could also set a scene ‘Off’. Would anyone of you use a similar ‘trick’ to switch light groups Off?
thanks for having a look