alias: 'Turn on living room at sunset'
trigger:
  platform: sun
  event: sunset
  offset: "-00:60:00"
condition:
  condition: or
  conditions:
    - condition: state
      entity_id: light.endtable
      state: 'off'
    - condition: state
      entity_id: light.corner_table
      state: 'off'
action:
  service: scene.turn_on
  entity_id: scene.lr_relax