Set Android alarm clock from Home Assistant

oh my bad, you have to move title to be a tag, so rename the field to tag and same spacing as channel and group

service: notify.mobile_app_pixel_5
data:
  message: command_activity
  data:
    intent_package_name: "com.google.android.deskclock"
    intent_extras: "android.intent.extra.alarm.HOUR:8,android.intent.extra.alarm.MINUTES:30"
    intent_action: "android.intent.action.SET_ALARM"

13 Likes