Changing Android to Vibrate when arriving at work no longer working?

Hi, Sometime in the last month or so, my phone stopped changing ring/vibrate. Is there a permission I should check? Any ideas?

I’m running android companion app 2023.3.0-full
Home Assistant 2023.4.6

alias: Mobile - Ken's Phone - Vibrate at Work
description: ""
trigger:
  - platform: zone
    entity_id: device_tracker.ken_will
    zone: zone.work
    event: enter
condition: []
action:
  - service: notify.mobile_app_sm_<myID>
    data:
      message: command_ringer_mode
      data:
        command: vibrate
      title: Switch from Normal to Vibrate
  - service: notify.mobile_app_sm_<myID>
    data:
      message: Changing to Vibrate at Work
mode: single

Somehow lost “Do Not Disturb” app permission.