I can't get VibrationPattern to work for my Xiaomi Mi 11

I have just discovered the VibrationPattern, I copied the code that gives you reference but I can’t get it to perform the corresponding vibration, is it a problem of my automation?

alias: Notify of Motion vibration
trigger:
  - platform: state
    entity_id: input_boolean.test
    from: 'off'
    to: 'on'
action:
  - service: notify.mobile_app_m2011k2g
    data:
      message: Motion Detected
      data:
        vibrationPattern: "100, 1000, 100, 1000, 100"
        channel: Motion