Hue scenes mimicked in Ha (and on Buttons, was Tiles)

here you go:

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
      - 'Off'
    initial: Ontspannen

and

  hue_groups:
    name: Select Hue Group
    icon: mdi:group
    options:
      - Buffet
      - Dining table
      - Living

…etc

      - Mobile

just be careful to exactly name the groups and scenes as they are called in the Hue api

as explained, I created the ‘Off’ scene myself in the Hue api tool, for each group. (Hue doesn’t have an Off scene, and I wanted to switch the lights off also)