End of the stream or a document separator is expected

I keep getting this when I Try to paste in configuration.yaml. I’m new to this could someone help me out. This Is the whole file. I keep getting the error mentioned above no matter what I try.

  • id: ‘1627225410558’
    alias: Garage door tag is scanned (closed)
    description: ‘’
    trigger:
    • platform: tag
      tag_id: d6e4bab5-2b45-4f15-8dcd-1a215a836ec1
      condition:
    • condition: device
      device_id: af29df6c1ff627d5
      domain: cover
      entity_id: cover.garage_door
      type: is_closed
      action:
    • device_id: af29df6c1ff627d5
      domain: cover
      entity_id: cover.garage_door
      type: open
      mode: single
  • id: ‘1627225442700’
    alias: Garage door tag is scanned (open)
    description: ‘’
    trigger:
    • platform: tag
      tag_id: d6e4bab5-2b45-4f15-8dcd-1a215a836ec1
      condition:
    • condition: device
      device_id: af29df6c1ff627d5
      domain: cover
      entity_id: cover.garage_door
      type: is_open
      action:
    • device_id: af29df6c1ff627d5
      domain: cover
      entity_id: cover.garage_door
      type: close
      mode: single

Please format your pasted config correctly.

I tried that and it still does same thing. Am I missing something