Message malformed: extra keys not allowed @ data['automation'] error

alias: Wake up light
description: ""
trigger:
  - platform: state
    entity_id: media_player.bedroom
    to: playing
    for:
      seconds: 5
condition: []
action:
  - service: light.turn_on
    target:
      entity_id: light.bedroom_light
    data:
      brightness_pct: 50
      transition: 300
mode: single
1 Like