Synology Broadlink Config

Hey Guys, I’m totally stuck here and been going it over and over and can’t find my mistake. Can you guys please take a quick look at this code? Thanks
indent preformatted text by 4 spaces

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
switch:

  • platform: broadlink
    host: 10.0.1.68
    mac: ‘34:ea:34:c7:86:a6’
    timeout: 15
    type: rm2_pro_plus
    switches:
    tv_lg:
    friendly_name: “LG Tv POWER”
    command_on: ‘JgBYAAABJZUUERMSEzYTEhMSExISEhQSEjYTNhMTEjcTNhM2EzcTNhQRExITEhI3ExIQFRISExITNhM2EzcTEhI3EzYTNxM2EwAFIgABJUsRAAxPAAElTRMADQU=’

    command_off: ‘JgBQAAABJZUUERMSEzYTEhMSERQSExAUFDUTNhQREDsTNhI2FDYUNRMUDxUTEQ86EhMQFBMSEhMROBI4EjcRExI4ETgRORA6EQAFIgABJUwRAA0FAAAAAAAAAAA=’
    indent preformatted text by 4 spaces

Can you please use the </> button after selecting the code when in the edit box, otherwise it’s impossible to see what could be wrong. Make sure that there is a blank line before the code and after it. Are there any log errors, if there are, what line are they on and what are they. You haven’t actually said what is wrong?

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
switch:
  - platform: broadlink
    host: 10.0.1.68
    mac: '34:ea:34:c7:86:a6'
    timeout: 15
    type: rm2_pro_plus
    switches:
      tv_lg:
      friendly_name: "LG Tv POWER"
      command_on: 'JgBYAAABJZUUERMSEzYTEhMSExISEhQSEjYTNhMTEjcTNhM2EzcTNhQRExITEhI3ExIQFRISExITNhM2EzcTEhI3EzYTNxM2EwAFIgABJUsRAAxPAAElTRMADQU='
      
      command_off: 'JgBQAAABJZUUERMSEzYTEhMSERQSExAUFDUTNhQREDsTNhI2FDYUNRMUDxUTEQ86EhMQFBMSEhMROBI4EjcRExI4ETgRORA6EQAFIgABJUwRAA0FAAAAAAAAAAA='

My mac addr is in capitals but apart from that it looks the same to me. You may want to add some AA’s at the end of the command on packet. However you still haven’t said what’s wrong? Also I don’t specify the type.

Do you have any other switches defined anywhere else?