Scene is only enabling one light

Hi,

I have a lot of Philips Hue lights at my home so i created a scene to switch them on :

[code]scene:

  • name: Normaal-avond
    entities:
    light.eetkamer_buitendeur:
    state: on
    brightness: 161
    light.eetkamer_schuifdeur:
    stage: on
    brightness: 161
    light.ledstrip_raam_voor:
    stage: on
    brightness: 161
    xy_color: [0.563, 0.4226]
    light.links_voor_woonkamer:
    stage: on
    brightness: 161
    xy_color: [0.563, 0.4226]
    light.muur_links_achter_bank:
    stage: on
    brightness: 161
    xy_color: [0.563, 0.4226]
    light.rechts_naast_bank:
    stage: on
    brightness: 57
    light.rechts_voor_woonkamer:
    stage: on
    brightness: 161
    xy_color: [0.563, 0.4226]
    light.staande_lamp_eetkamer:
    stage: on
    brightness: 74
    light.woonkamer_hanglamp:
    stage: on
    brightness: 161
    xy_color: [0.563, 0.4226[/code]

But for whatever reason only the first light is being enabled when i enable the scene…
Any ideas?

I think you need to change “stage” to “state”