Sleep as Android help

I have configured Sleep as Android and have figured out how to set alarms via intent, but when I set an alarm it opens the SaA app. I’d like to be able to do this without it opening the app on my phone. Anyone know how to resolve?

Might be helpful if you share what you used to set the alarm

1 Like

Poked around in the intent documentation and figured it out.
Solution:

service: notify.mobile_app_phone_name
data:
  message: command_activity
  data:
    intent_action: android.intent.action.SET_ALARM
    intent_extras: android.intent.extra.alarm.SKIP_UI:true,android.intent.extra.alarm.HOUR:18,android.intent.extra.alarm.MINUTES:00