Trying to put the phone on DND using below:
service: notify.mobile_app_nicks_s20
data:
message: "command_dnd"
title: "total_silence"
However, nothing happens on my phone. I can confirm that this works fine:
service: notify.mobile_app_nicks_s20
data:
message: "Testing 123"
title: "Just testing to see if message comes through which it does"
Following this guide:
Notification Commands | Home Assistant Companion Docs (home-assistant.io)
What can I do to troubleshoot?